svn commit: r275307 - projects/building-blocks/sbin/rcorder

Garrett Cooper ngie at FreeBSD.org
Sun Nov 30 09:04:25 UTC 2014


Author: ngie
Date: Sun Nov 30 09:04:24 2014
New Revision: 275307
URL: https://svnweb.freebsd.org/changeset/base/275307

Log:
  Remove the unnecessary glob

Modified:
  projects/building-blocks/sbin/rcorder/Makefile

Modified: projects/building-blocks/sbin/rcorder/Makefile
==============================================================================
--- projects/building-blocks/sbin/rcorder/Makefile	Sun Nov 30 09:03:34 2014	(r275306)
+++ projects/building-blocks/sbin/rcorder/Makefile	Sun Nov 30 09:04:24 2014	(r275307)
@@ -10,7 +10,7 @@ LIBADD=	util
 CFLAGS+= -DORDER
 
 #CFLAGS+= -DDEBUG
-.if ${CFLAGS:M*-DDEBUG}
+.if ${CFLAGS:M-DDEBUG}
 CFLAGS+= -I${.CURDIR}/../../usr.bin/make
 .endif
 


More information about the svn-src-projects mailing list