diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-26 22:48:31 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-26 22:48:31 +0000 |
| commit | 618e3470d2947648d01b2a3cd70591e316377497 (patch) | |
| tree | dc3e16725ef8a43ec4d40e7152442e9e974cdec2 /gnu/usr.bin/gdb | |
| parent | cdd618b97ce9c59de6e1b8df2c376bad7eb2bf7b (diff) | |
MFC: parallelize
Notes
svn path=/stable/2.2/; revision=30748
Diffstat (limited to 'gnu/usr.bin/gdb')
| -rw-r--r-- | gnu/usr.bin/gdb/gdb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index 8932c4207b73..ec0505c19135 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13.2.5 1997/05/01 16:34:46 pst Exp $ +# $Id: Makefile,v 1.13.2.6 1997/05/02 11:26:03 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 |
