Remove an unnecessary fork of a new sh.
This commit is contained in:
parent
a2afc622e0
commit
f0742c4a65
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ depend: pre-depend ${SRCS}
|
|||
.c.c.dep .cc.cc.dep .cxx.cxx.dep .m.m.dep .mm.mm.dep .S.S.dep:
|
||||
${CPP} ${CPPFLAGS} -M $< | \
|
||||
sed 's/^\([^\.]*\)\.o:/\1.o \1.lib.o \1.plugin.o:/' >$@ || \
|
||||
(rm -f $@; exit 1)
|
||||
{ rm -f $@; false; }
|
||||
|
||||
pre-depend:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue