Author: rpaulo
Date: Sat Aug 21 11:14:50 2010
New Revision: 211550
URL: http://svn.freebsd.org/changeset/base/211550
Log:
Use double quotes when checking the value of MACHINE_ARCH.
Sponsored by: The FreeBSD Foundation
Modified:
head/cddl/lib/Makefile
Modified: head/cddl/lib/Makefile
==============================================================================
--- head/cddl/lib/Makefile Sat Aug 21 11:11:32 2010 (r211549)
+++ head/cddl/lib/Makefile Sat Aug 21 11:14:50 2010 (r211550)
@@ -19,7 +19,7 @@ _libzpool= libzpool
.endif
.endif
-.if ${MACHINE_ARCH} == amd64 || ${MACHINE_ARCH} == i386
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
_drti= drti
_libdtrace= libdtrace
.endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"