Emit phony targets in dep files
This commit is contained in:
parent
920de31efe
commit
0120917b08
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -181,7 +181,7 @@ $(OBJDIRS):
|
|||
@mkdir -p $@
|
||||
|
||||
${BUILDDIR}/%.o: %.c
|
||||
$(CC) -MD $(CFLAGS_com) $(CFLAGS) $(CFLAGS_cfg) -c -o $@ $(CURDIR)/$<
|
||||
$(CC) -MD -MP $(CFLAGS_com) $(CFLAGS) $(CFLAGS_cfg) -c -o $@ $(CURDIR)/$<
|
||||
|
||||
${BUILDDIR}/%.so: ${SRCS_EXTRA}
|
||||
${CC} -O -fbuiltin -fomit-frame-pointer -fPIC -shared -o $@ $< -ldl
|
||||
|
|
Loading…
Add table
Reference in a new issue