Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin build in gcc directory as well.



details:   https://anonhg.NetBSD.org/src/rev/502a6ab2d06f
branches:  trunk
changeset: 513732:502a6ab2d06f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Aug 10 12:34:45 2001 +0000

description:
build in gcc directory as well.

diffstat:

 gnu/usr.bin/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 7f21766df6ac -r 502a6ab2d06f gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Fri Aug 10 12:33:55 2001 +0000
+++ b/gnu/usr.bin/Makefile      Fri Aug 10 12:34:45 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.102 2001/07/30 16:04:18 tv Exp $
+#      $NetBSD: Makefile,v 1.103 2001/08/10 12:34:45 mrg Exp $
 
 # for OBJECT_FMT
 .include <bsd.own.mk>
 
-SUBDIR+=       bc binutils cvs dc diff diff3 egcs gas.new gawk gdb grep gprof
-SUBDIR+=       groff gzip ld.new rcs sdiff send-pr texinfo
+SUBDIR+=       bc binutils cvs dc diff diff3 egcs gas.new gawk gcc gdb grep
+SUBDIR+=       gprof groff gzip ld.new rcs sdiff send-pr texinfo
 
 SUBDIR+=       cpio
 SUBDIR+=       tar



Home | Main Index | Thread Index | Old Index