From c901bebef2d9431ee8379a75aeebbb08cbc0cccf Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 31 Mar 1999 06:30:40 +0000 Subject: Hookup libgcc at gnu/lib instead of gnu/usr.bin/cc (libgcc was repository copied for me by Peter) --- gnu/lib/Makefile | 4 ++-- gnu/usr.bin/cc/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 17b3c9b..5750f60 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.18 1998/08/31 13:47:38 dfr Exp $ +# $Id: Makefile,v 1.19 1998/09/02 14:56:59 bde Exp $ -SUBDIR= libdialog libg++ libgmp libmp libobjc libregex libreadline libstdc++ +SUBDIR= libdialog libg++ libgcc libgmp libmp libobjc libregex libreadline libstdc++ .include diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 22d967e..7511002 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -1,10 +1,10 @@ # -# $Id$ +# $Id: Makefile,v 1.9 1997/02/22 15:44:47 peter Exp $ # # The order of some of these are rather important. Some depend on previous # subdirs. -SUBDIR= cc_tools cc_int cpp cc1 cc cc1obj cc1plus c++ f77 libgcc c++filt doc +SUBDIR= cc_tools cc_int cpp cc1 cc cc1obj cc1plus c++ f77 c++filt doc .include -- cgit v1.1