From 9afc9ba42a098b264bd881074d566b41018a3e5e Mon Sep 17 00:00:00 2001 From: Nate Willams Date: Tue, 29 Jun 1993 09:54:26 +0000 Subject: [PATCH] Added gdb/gas/ld to GNU makefiles Changed the default install directory to be /usr/bin, instead of the non-standard /usr/gnu/bin. Until we fix the rest of the tree, it breaks things. --- gnu/Makefile | 3 ++- gnu/Makefile.inc | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/Makefile b/gnu/Makefile index 3dcddd5003..c8a59b42e6 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,5 +1,6 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 -SUBDIR= bc diff diff3 egrep fgrep gawk gcc2 grep groff gzip patch pr rcs sort tar cvs +SUBDIR= bc cvs diff diff3 egrep fgrep gas gawk gcc2 gdb grep groff gzip \ + ld patch pr rcs sort tar .include diff --git a/gnu/Makefile.inc b/gnu/Makefile.inc index 0bf16db9b0..8eb90e8f16 100644 --- a/gnu/Makefile.inc +++ b/gnu/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 5.1 (Berkeley) 5/11/90 -BINDIR?= /usr/gnu/bin -LIBDIR?= /usr/gnu/lib +BINDIR?= /usr/bin +LIBDIR?= /usr/lib -- 2.20.1