Update buildsys
This commit is contained in:
parent
6dd42d6b9f
commit
c199b4cece
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ depend: pre-depend ${SRCS}
|
|||
{ rm -f $@; false; }
|
||||
|
||||
.mm.mm.dep:
|
||||
${CPP} ${CPPFLAGS} ${OBJCPPFLAGS} -M $< | \
|
||||
${CPP} ${CPPFLAGS} ${OBJCXXFLAGS} -M $< | \
|
||||
sed 's/^\([^\.]*\)\.o:/\1.o \1.lib.o \1.moslib.o \1.plugin.o:/' >$@ || \
|
||||
{ rm -f $@; false; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue