PERFORCE change 179666 for review
Gabor Kovesdan
gabor at FreeBSD.org
Tue Jun 15 23:16:11 UTC 2010
http://p4web.freebsd.org/@@179666?ac=10
Change 179666 by gabor at gabor_aspire on 2010/06/15 23:15:32
- style.Makefile(5)
Affected files ...
.. //depot/projects/soc2008/gabor_textproc/newsort/Makefile#3 edit
Differences ...
==== //depot/projects/soc2008/gabor_textproc/newsort/Makefile#3 (text+ko) ====
@@ -1,3 +1,5 @@
+# $FreeBSD$
+
PROG= sort
SRCS= coll.c file.c mem.c sort.c
@@ -7,12 +9,12 @@
.if !defined(WITHOUT_NLS)
NLS+= hu_HU.ISO8859-2
-NLSSRCFILES= ${NLS:S@$@.msg@}
+NLSSRCFILES= ${NLS:S@$@.msg@}
.for lang in ${NLS}
-NLSSRCDIR_${lang}= ${.CURDIR}/nls
+NLSSRCDIR_${lang}= ${.CURDIR}/nls
.endfor
.else
-CFLAGS+= -DWITHOUT_NLS
+CFLAGS+= -DWITHOUT_NLS
.endif
.include <bsd.prog.mk>
More information about the p4-projects
mailing list