diff options
Diffstat (limited to 'gnu/usr.bin/gcc/cpp')
| -rw-r--r-- | gnu/usr.bin/gcc/cpp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile index f5576e5f1db..ebc94fee7ea 100644 --- a/gnu/usr.bin/gcc/cpp/Makefile +++ b/gnu/usr.bin/gcc/cpp/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 6.4 (Berkeley) 2/21/91 -# $NetBSD: Makefile,v 1.1.1.1 1995/12/01 17:59:57 phil Exp $ +# $NetBSD: Makefile,v 1.2 1996/05/11 11:38:06 mycroft Exp $ PROG= cpp BINDIR= /usr/libexec -SRCS= cccp.c cexp.c obstack.c version.c +SRCS= cccp.c obstack.c cexp.c version.c CFLAGS+= -I. -I$(.CURDIR) -I$(.CURDIR)/../common -I$(.CURDIR)/../arch \ -I$(.CURDIR)/../arch/$(MACHINE_ARCH) \ -DGCC_INCLUDE_DIR=\"\" \ @@ -15,6 +15,8 @@ YFLAGS= MLINKS= cpp.1 cccp.1 cpp.1 gcpp.1 +CLEANFILES+= cexp.c + .PATH: $(.CURDIR)/../common afterinstall: |
