diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-10 23:20:54 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-10 23:20:54 +0000 |
| commit | 943aada83d2460bd84ba8cfd89e275f40bb86407 (patch) | |
| tree | 9c66d8cb1f1c5cb6279860751539840e0c30e93f /gnu/usr.bin | |
| parent | 1393277e29a175200ee09ebbf93e345c61ac60f4 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/tradcpp0/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/usr.bin/cc/tradcpp0/Makefile b/gnu/usr.bin/cc/tradcpp0/Makefile index 9a6b085ad6a6..0b30709c0a06 100644 --- a/gnu/usr.bin/cc/tradcpp0/Makefile +++ b/gnu/usr.bin/cc/tradcpp0/Makefile @@ -5,18 +5,11 @@ .PATH: ${GCCDIR} PROG= tradcpp0 -SRCS= tradcpp.c tradcif.c +SRCS= tradcpp.c tradcif.y BINDIR= /usr/libexec NOMAN= 1 DPADD+= ${LIBCC_INT} LDADD+= ${LIBCC_INT} -# ${YACC} ${GCCDIR}/tradcif.y -tradcif.c: tradcif.y - ${YACC} ${.ALLSRC} - sed -e "s/malloc/xmalloc/g" \ - -e "s/realloc/xrealloc/g" \ - y.tab.c >${.TARGET} - .include <bsd.prog.mk> |
