From aaf4b41b86f7da0303eb723e07cfea5f8629cca4 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 10 May 2002 23:20:54 +0000 Subject: Actually we don't need any special YACC'ing here. The ones known to Bmake are fine. --- gnu/usr.bin/cc/tradcpp0/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/gnu/usr.bin/cc/tradcpp0/Makefile b/gnu/usr.bin/cc/tradcpp0/Makefile index 9a6b085..0b30709 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 -- cgit v1.1