svn commit: r213388 - head/sys/modules/mem

Antoine Brodin antoine at FreeBSD.org
Sun Oct 3 20:04:11 UTC 2010


Author: antoine
Date: Sun Oct  3 20:04:11 2010
New Revision: 213388
URL: http://svn.freebsd.org/changeset/base/213388

Log:
  Unbreak build.

Modified:
  head/sys/modules/mem/Makefile

Modified: head/sys/modules/mem/Makefile
==============================================================================
--- head/sys/modules/mem/Makefile	Sun Oct  3 18:24:31 2010	(r213387)
+++ head/sys/modules/mem/Makefile	Sun Oct  3 20:04:11 2010	(r213388)
@@ -6,7 +6,7 @@
 
 KMOD=	mem
 SRCS=	memdev.c mem.c
-.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} = "powerpc"
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "powerpc"
 SRCS+=	memutil.c
 .endif
 .if ${MACHINE_CPUARCH} == "i386"


More information about the svn-src-all mailing list