diff options
| author | christos <christos@NetBSD.org> | 1998-10-14 12:32:37 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1998-10-14 12:32:37 +0000 |
| commit | 228c19b92aa0aaabdd24ed2ab0a29a5c996b8d89 (patch) | |
| tree | c8e58a4328c7181c05347ae6ea6283703d85cdcb /gnu/usr.bin | |
| parent | f6f8f9b3f552cd9ce132c450fee355486da1537c (diff) | |
Revert, I was wrong...
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/egcs/cc1plus/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/egcs/cc1plus/Makefile b/gnu/usr.bin/egcs/cc1plus/Makefile index b54e7713aeb..abde1d42264 100644 --- a/gnu/usr.bin/egcs/cc1plus/Makefile +++ b/gnu/usr.bin/egcs/cc1plus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/10/14 12:19:15 christos Exp $ +# $NetBSD: Makefile,v 1.11 1998/10/14 12:32:37 christos Exp $ PROG= cc1plus @@ -12,11 +12,9 @@ YHEADER=1 lex.o pt.o spew.o: parse-h parse-h: parse.h + grep '^#define[ ]*YYEMPTY' parse.c >> parse.h @touch parse-h -parse.h: parse.c - grep '^#define[ ]*YYEMPTY' ${.ALLSRC:M*.c} > ${.TARGET} - # Needs to be before dist/gcc or tree.c comes from the wrong place. .PATH: ${.CURDIR}/../../../dist/gcc/cp |
