Module Name: src
Committed By: plunky
Date: Sun Mar 7 12:05:09 UTC 2010
Modified Files:
src/external/bsd/pcc/usr.bin/pcc: Makefile
Log Message:
break overly long line
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pcc/usr.bin/pcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/pcc/usr.bin/pcc/Makefile
diff -u src/external/bsd/pcc/usr.bin/pcc/Makefile:1.3 src/external/bsd/pcc/usr.bin/pcc/Makefile:1.4
--- src/external/bsd/pcc/usr.bin/pcc/Makefile:1.3 Fri Feb 5 08:37:48 2010
+++ src/external/bsd/pcc/usr.bin/pcc/Makefile Sun Mar 7 12:05:09 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/02/05 08:37:48 plunky Exp $
+# $NetBSD: Makefile,v 1.4 2010/03/07 12:05:09 plunky Exp $
WARNS?= 2
@@ -18,7 +18,9 @@
CPPFLAGS+= -I${PCC_DIST}/os/${TARGOS}
pcc.1: cc.1
- ${TOOL_SED} -e "s,Nm cc,Nm pcc," -e "s,Dt CC,Dt PCC," ${.ALLSRC} > ${.TARGET}
+ ${TOOL_SED} -e "s,Nm cc,Nm pcc," \
+ -e "s,Dt CC,Dt PCC," \
+ ${.ALLSRC} > ${.TARGET}
CLEANFILES+= pcc.1