=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cpp/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/cpp/Makefile 2013/08/06 19:11:53 1.11 +++ src/usr.bin/cpp/Makefile 2013/12/09 02:35:09 1.12 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2013/08/06 19:11:53 miod Exp $ +# $OpenBSD: Makefile,v 1.12 2013/12/09 02:35:09 guenther Exp $ .include @@ -10,9 +10,9 @@ cpp: cpp.sh .if ${COMPILER_VERSION:L} == "gcc3" - sed -e 's/@GNUC@/-D__GNUC__/' -e 's/@dollaropt@//' ${.CURDIR}/cpp.sh >$@ + sed -e 's/@GNUC@/-D__GNUC__/' ${.CURDIR}/cpp.sh >$@ .else - sed -e 's/@GNUC@//' -e 's/@dollaropt@//' ${.CURDIR}/cpp.sh >$@ + sed -e 's/@GNUC@//' ${.CURDIR}/cpp.sh >$@ .endif .include