Fix make depend
This commit is contained in:
parent
2d4e1163d0
commit
4b6bf26481
|
@ -14,7 +14,7 @@ clean:
|
||||||
rm -f $(OBJS) $(LIBFILE) $(CLEANFILES)
|
rm -f $(OBJS) $(LIBFILE) $(CLEANFILES)
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
@$(CC) $(CFLAGS) -MM -MF Makefile.dep $(SRCS)
|
@$(CC) $(CFLAGS) -MM $(SRCS) > Makefile.dep
|
||||||
|
|
||||||
include $(DEPFILE)
|
include $(DEPFILE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue