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/g++ | |
| 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/g++')
| -rw-r--r-- | gnu/usr.bin/egcs/g++/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/egcs/g++/Makefile b/gnu/usr.bin/egcs/g++/Makefile index d3162898b60..4fcd6152329 100644 --- a/gnu/usr.bin/egcs/g++/Makefile +++ b/gnu/usr.bin/egcs/g++/Makefile @@ -1,10 +1,10 @@ -# from: @(#)Makefile 6.2 (Berkeley) 3/25/91 -# $NetBSD: Makefile,v 1.2 1998/03/30 04:15:36 mrg Exp $ +# from: @{#}Makefile 6.2 (Berkeley) 3/25/91 +# $NetBSD: Makefile,v 1.3 1998/04/03 02:20:30 tv Exp $ PROG= g++ SRCS= gcc.c obstack.c version.c g++spec.c choose-temp.c pexecute.c BINDIR= /usr/bin -CPPFLAGS+= -DGCC_NAME=\"/usr/bin/cc\" +CPPFLAGS+= -DGCC_NAME=\"/usr/bin/cc\" -DLANG_SPECIFIC_DRIVER LINKS+= ${BINDIR}/g++ ${BINDIR}/c++ @@ -13,5 +13,5 @@ MLINKS= g++.1 c++.1 .include <bsd.prog.mk> -.PATH: $(DIST)/cp -CPPFLAGS+= -I$(DIST)/cp +.PATH: ${DIST}/cp +CPPFLAGS+= -I${DIST}/cp |
