PERFORCE change 179664 for review

Gabor Kovesdan gabor at FreeBSD.org
Tue Jun 15 23:13:07 UTC 2010


http://p4web.freebsd.org/@@179664?ac=10

Change 179664 by gabor at gabor_aspire on 2010/06/15 23:12:59

	- style.Makefile(9)

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/Makefile#22 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/Makefile#22 (text+ko) ====

@@ -15,7 +15,6 @@
 	grep.1 zegrep.1 \
 	grep.1 zfgrep.1
 
-CFLAGS+=	-std=c99
 WARNS?=	6
 
 LDADD=	-lz -lbz2
@@ -30,7 +29,7 @@
 .if !defined(WITHOUT_NLS)
 .include "${.CURDIR}/nls/Makefile.inc"
 .else
-CFLAGS+=	-DWITHOUT_NLS
+CFLAGS+= -DWITHOUT_NLS
 .endif
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list