diff options
| author | tv <tv@NetBSD.org> | 1998-04-03 02:20:28 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-04-03 02:20:28 +0000 |
| commit | de3cddeaa77f76f499b5bddaa04edfc8ecbbfc46 (patch) | |
| tree | 2175653bcbf56453740654be43861193a7732aac /gnu/usr.bin/egcs/cpp | |
| parent | 3d26c2dbf1738864f805f5d6134cfb26ddfa6a92 (diff) | |
- make f771 work with CC1_SHLIB: move files that aren't actually "common"
and referencing externs in non-common code to the appropriate modules
- add -DLANG_SPECIFIC_DRIVER for g++ and g77 as required by a "GNU build"
- Cleanup: $() -> ${}
Diffstat (limited to 'gnu/usr.bin/egcs/cpp')
| -rw-r--r-- | gnu/usr.bin/egcs/cpp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/egcs/cpp/Makefile b/gnu/usr.bin/egcs/cpp/Makefile index 83defc79e57..536e4afc2a5 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.5 1998/04/02 06:45:53 mrg Exp $ +# from: @{#}Makefile 6.4 (Berkeley) 2/21/91 +# $NetBSD: Makefile,v 1.6 1998/04/03 02:20:30 tv Exp $ PROG= cpp BINDIR= /usr/libexec @@ -18,6 +18,6 @@ FILESMODE=${BINMODE} MAN= cccp.1 MLINKS= cccp.1 cpp.1 cccp.1 gcpp.1 -.PATH: $(.OBJDIR) +.PATH: ${.OBJDIR} .include <bsd.prog.mk> |
