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/libobjc/Makefile | |
| 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/libobjc/Makefile')
| -rw-r--r-- | gnu/usr.bin/egcs/libobjc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/egcs/libobjc/Makefile b/gnu/usr.bin/egcs/libobjc/Makefile index 916e92a8916..e7fef1e96f7 100644 --- a/gnu/usr.bin/egcs/libobjc/Makefile +++ b/gnu/usr.bin/egcs/libobjc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/03/29 11:34:24 mrg Exp $ +# $NetBSD: Makefile,v 1.2 1998/04/03 02:20:31 tv Exp $ LIB= objc INCSDIR=/usr/include/objc @@ -14,4 +14,4 @@ SRCS= NXConstStr.m Object.m Protocol.m archive.c class.c \ .include <bsd.lib.mk> -.PATH: $(DIST)/objc +.PATH: ${DIST}/objc |
