diff options
| author | tv <tv@NetBSD.org> | 1998-04-09 00:32:31 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-04-09 00:32:31 +0000 |
| commit | 482063559a8227a03d85aefa3a8abbf9779f7699 (patch) | |
| tree | be949094f456c9ae1c506abc80df1c1cd22986ba /gnu/usr.bin/gcc/cpp | |
| parent | 03caac8f9cad5d8b9fc689e522e43e8cf381152c (diff) | |
.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,
and use smarter creation of the header file.
Diffstat (limited to 'gnu/usr.bin/gcc/cpp')
| -rw-r--r-- | gnu/usr.bin/gcc/cpp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile index d7fe8ae741c..3acf8c1c245 100644 --- a/gnu/usr.bin/gcc/cpp/Makefile +++ b/gnu/usr.bin/gcc/cpp/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 6.4 (Berkeley) 2/21/91 -# $NetBSD: Makefile,v 1.7 1997/10/25 10:11:04 lukem Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/09 00:32:35 tv Exp $ .if (${MACHINE_ARCH} == "i386") || \ (${MACHINE_ARCH} == "m68k") || \ @@ -10,7 +10,7 @@ (${MACHINE_ARCH} == "mips") PROG= cpp BINDIR= /usr/libexec -SRCS= cccp.c cexp.c obstack.c version.c +SRCS= cccp.c cexp.y obstack.c version.c CPPFLAGS+=-I. -I$(.CURDIR) -I$(.CURDIR)/../common -I$(.CURDIR)/../arch \ -I$(.CURDIR)/../arch/$(MACHINE_ARCH) \ -DGCC_INCLUDE_DIR=\"\" \ @@ -18,9 +18,6 @@ CPPFLAGS+=-I. -I$(.CURDIR) -I$(.CURDIR)/../common -I$(.CURDIR)/../arch \ -DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/g++\" LDADD+= -lgnumalloc DPADD+= ${LIBGNUMALLOC} -YFLAGS= - -CLEANFILES+= cexp.c .PATH: $(.CURDIR)/../common .endif |
