diff options
| author | mrg <mrg@NetBSD.org> | 2000-08-06 16:37:57 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2000-08-06 16:37:57 +0000 |
| commit | f09f5d208ba75f513125cd430162fa696baf002c (patch) | |
| tree | bfe2d6a0f795b40a61373acd3006791a89feebbd /gnu/usr.bin/egcs/cpp/Makefile | |
| parent | 7a41932873989d64861ae88994abea72bc45b157 (diff) | |
fix part of previous: do install /usr/bin/cpp on sparc64.
Diffstat (limited to 'gnu/usr.bin/egcs/cpp/Makefile')
| -rw-r--r-- | gnu/usr.bin/egcs/cpp/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/usr.bin/egcs/cpp/Makefile b/gnu/usr.bin/egcs/cpp/Makefile index 0f86f13fbc1..1d195f06bcd 100644 --- a/gnu/usr.bin/egcs/cpp/Makefile +++ b/gnu/usr.bin/egcs/cpp/Makefile @@ -1,5 +1,5 @@ # from: @{#}Makefile 6.4 (Berkeley) 2/21/91 -# $NetBSD: Makefile,v 1.11 2000/08/06 15:26:56 mrg Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/06 16:37:57 mrg Exp $ .include <bsd.own.mk> @@ -15,19 +15,19 @@ CPPFLAGS+= -DGCC_INCLUDE_DIR=\"\" \ CWARNFLAGS+= -Wno-error .endif +.NOPATH: cexp.c +.BEGIN: + @rm -f ${DIST}/cexp.c + +.endif + LINKS= /usr/bin/cpp /usr/bin/gcpp FILES= usr.bin.cpp.sh FILESNAME= cpp FILESDIR= /usr/bin FILESMODE= ${BINMODE} -.NOPATH: cexp.c -.BEGIN: - @rm -f ${DIST}/cexp.c - .include <bsd.prog.mk> -.endif - MAN= cccp.1 MLINKS= cccp.1 cpp.1 cccp.1 gcpp.1 |
