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.
This commit is contained in:
parent
682642fa09
commit
dde0fa550b
@ -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 <bsd.subdir.mk>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user