summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-19 15:21:19 +0000
committerbde <bde@FreeBSD.org>1998-03-19 15:21:19 +0000
commit40275f52e35c27d3ffb95f645e92c053f02e90df (patch)
tree4510883710fc9551ee5629626cad93bf8aea4e6f /gnu
parentf6fc75a9610ef7e2bc6aefd7b98935da24c388bd (diff)
downloadFreeBSD-src-40275f52e35c27d3ffb95f645e92c053f02e90df.zip
FreeBSD-src-40275f52e35c27d3ffb95f645e92c053f02e90df.tar.gz
Removed vestiges of use of beforedepend target.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile6
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index e922588..b75e304 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.29 1997/10/05 09:39:10 jkh Exp $
+# $Id: Makefile,v 1.30 1998/03/07 08:54:42 bde Exp $
PROG = gdb
@@ -39,8 +39,6 @@ CFLAGS+= -DNO_MMALLOC
#CFLAGS+= -g
CLEANFILES+= c-exp.c f-exp.c m2-exp.c init.c y.tab.h init.c-tmp
-#beforedepend: c-exp.c f-exp.c m2-exp.c init.c
-.ORDER: c-exp.c f-exp.c m2-exp.c
.if exists(${.OBJDIR}/../bfd)
LIBBFD= ${.OBJDIR}/../bfd/libbfd.a
@@ -59,6 +57,8 @@ LDADD= ${LIBBFD} -lreadline -lgnuregex ${LIBIBERTY} -ltermcap
DPADD+= ${LIBIBERTY}
LDADD+= ${LIBIBERTY}
+.ORDER: c-exp.c f-exp.c m2-exp.c
+
# We do this by grepping through sources. If that turns out to be too slow,
# maybe we could just require every .o file to have an initialization routine
# of a given name (remote-udi.o -> _initialize_remote_udi, etc.).
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile
index e922588..b75e304 100644
--- a/gnu/usr.bin/gdb/gdb/Makefile
+++ b/gnu/usr.bin/gdb/gdb/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.29 1997/10/05 09:39:10 jkh Exp $
+# $Id: Makefile,v 1.30 1998/03/07 08:54:42 bde Exp $
PROG = gdb
@@ -39,8 +39,6 @@ CFLAGS+= -DNO_MMALLOC
#CFLAGS+= -g
CLEANFILES+= c-exp.c f-exp.c m2-exp.c init.c y.tab.h init.c-tmp
-#beforedepend: c-exp.c f-exp.c m2-exp.c init.c
-.ORDER: c-exp.c f-exp.c m2-exp.c
.if exists(${.OBJDIR}/../bfd)
LIBBFD= ${.OBJDIR}/../bfd/libbfd.a
@@ -59,6 +57,8 @@ LDADD= ${LIBBFD} -lreadline -lgnuregex ${LIBIBERTY} -ltermcap
DPADD+= ${LIBIBERTY}
LDADD+= ${LIBIBERTY}
+.ORDER: c-exp.c f-exp.c m2-exp.c
+
# We do this by grepping through sources. If that turns out to be too slow,
# maybe we could just require every .o file to have an initialization routine
# of a given name (remote-udi.o -> _initialize_remote_udi, etc.).
OpenPOWER on IntegriCloud