PERFORCE change 52449 for review

Peter Wemm peter at FreeBSD.org
Fri May 7 12:13:34 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=52449

Change 52449 by peter at peter_overcee on 2004/05/07 12:12:55

	oops, fix a whitespace change

Affected files ...

.. //depot/projects/hammer/sys/conf/kmod.mk#24 edit

Differences ...

==== //depot/projects/hammer/sys/conf/kmod.mk#24 (text+ko) ====

@@ -138,7 +138,7 @@
 .endif
 
 .if ${MACHINE_ARCH} != amd64
-${FULLPROG}:	${KMOD}.kld
+${FULLPROG}: ${KMOD}.kld
 	${LD} -Bshareable ${LDFLAGS} -o ${.TARGET} ${KMOD}.kld
 .if !defined(DEBUG_FLAGS)
 	${OBJCOPY} --strip-debug ${.TARGET}


More information about the p4-projects mailing list