Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2004 12:13:32 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 52449 for review
Message-ID:  <200405071913.i47JDWWF015110@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=52449

Change 52449 by peter@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405071913.i47JDWWF015110>