diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-05-26 16:02:56 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-05-26 16:02:56 +0000 |
commit | 2ef8ed646e3810abe02a02ae43ee116ea06db925 (patch) | |
tree | e6ad1e82f1be54ec8d0ab89b0f984b67fa3e4fe5 /include | |
parent | 65fa0603a58b26cc81d37e4a378857741f566f9b (diff) |
Link in egcs, kill gcc and libg++
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile index 61c119e18c7..8175db7f3ca 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.65 1999/05/18 15:43:58 espie Exp $ +# $OpenBSD: Makefile,v 1.66 1999/05/26 16:02:55 espie Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -45,9 +45,13 @@ RDIRS= ../lib/libc_r ../lib/libcom_err ../lib/libcompat ../lib/libcurses \ PRDIRS= # Directories with an includes target that use Makefile.bsd-wrapper -WDIRS= ../lib/libssl ../gnu/lib/libg++/libg++ ../gnu/lib/libg++/libio \ - ../gnu/lib/libg++/librx ../gnu/lib/libg++/libstdc++ \ - ../gnu/usr.bin/gcc ../gnu/lib/libgmp +WDIRS= ../lib/libssl ../gnu/lib/libgmp + +WDIRS+= ../gnu/egcs/libio ../gnu/egcs/libstdc++ ../gnu/egcs/libf2c \ + ../gnu/egcs/libobjc ../gnu/egcs/gcc +#WDIRS+= ../gnu/lib/libg++/libg++ ../gnu/lib/libg++/libio \ +# ../gnu/lib/libg++/librx ../gnu/lib/libg++/libstdc++ \ +# ../gnu/usr.bin/gcc # Places using Makefile.bsd-wrapper that needs a prerequisite target met # before includes |