aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-10-05 09:40:24 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-10-05 09:40:24 +0000
commit97fe7f477fc469b6a75596f47dc98a08e4ed3e13 (patch)
tree55baa49e3efb3c9fd481116b6e7a5d7232c58445 /gnu/usr.bin/gdb
parentc63ba9f5ae735a804cb29cef14222f9fb1958922 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/gdb')
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile
index da9dbcbbb5be8..90b569625e4e4 100644
--- a/gnu/usr.bin/gdb/gdb/Makefile
+++ b/gnu/usr.bin/gdb/gdb/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.27 1997/05/01 16:24:37 pst Exp $
+# $Id: Makefile,v 1.28 1997/05/02 11:22:51 gj Exp $
PROG = gdb
@@ -39,7 +39,8 @@ 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
+#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)
LDADD+= -L${.OBJDIR}/../bfd -lbfd