mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix make -j
This commit is contained in:
parent
6e15e2879a
commit
e18cc38269
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230910
1 changed files with 11 additions and 0 deletions
11
devel/buildtool/files/patch-bt_sh-Makefile.in
Normal file
11
devel/buildtool/files/patch-bt_sh-Makefile.in
Normal 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
|
Loading…
Add table
Reference in a new issue