Removed vestiges of use of beforedepend target.

This commit is contained in:
bde 1998-03-19 15:21:19 +00:00
parent f6fc75a961
commit 40275f52e3
2 changed files with 6 additions and 6 deletions

View File

@ -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.).

View File

@ -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.).