svn commit: r206356 - projects/ppc64/sys/modules

Nathan Whitehorn nwhitehorn at FreeBSD.org
Wed Apr 7 15:09:36 UTC 2010


Author: nwhitehorn
Date: Wed Apr  7 15:09:35 2010
New Revision: 206356
URL: http://svn.freebsd.org/changeset/base/206356

Log:
  Fix a mismerge in the modules Makefile.
  
  Submitted by:	Justin Hibbits

Modified:
  projects/ppc64/sys/modules/Makefile

Modified: projects/ppc64/sys/modules/Makefile
==============================================================================
--- projects/ppc64/sys/modules/Makefile	Wed Apr  7 14:59:07 2010	(r206355)
+++ projects/ppc64/sys/modules/Makefile	Wed Apr  7 15:09:35 2010	(r206356)
@@ -314,7 +314,7 @@ SUBDIR=	${_3dfx} \
 	zlib \
 
 .if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "powerpc64" && \
-	&& ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
+	${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
 _syscons=	syscons
 _vpo=		vpo
 .endif


More information about the svn-src-projects mailing list