Fix make -j

This commit is contained in:
Tilman Keskinoz 2009-03-24 21:16:55 +00:00
parent 6e15e2879a
commit e18cc38269
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230910

View file

@ -0,0 +1,11 @@
--- bt_sh/Makefile.in.orig 2009-03-24 22:07:42.000000000 +0100
+++ bt_sh/Makefile.in 2009-03-24 22:09:38.000000000 +0100
@@ -26,6 +26,8 @@
build: bt_sh
+$(OBJS): nodes.h syntax.h builtins.h
+
bt_sh: ${GENSRCS} ${ARITHSRCS} ${OBJS}
${CC} ${OBJS} -o bt_sh ${LDFLAGS}
${STRIP} bt_sh