diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-19 15:21:19 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-19 15:21:19 +0000 |
| commit | 3f9af06bf9d869e0bb08a4cbaa1d0b329526988f (patch) | |
| tree | 1e1eb033240f0066e79fb6d53fe84d78f83ab0ca /gnu/usr.bin/binutils | |
| parent | ee09b4f65e75373bd62c03c116aac8e8941e155e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index e92258896652..b75e304d312e 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.). |
