Fix make depend

This commit is contained in:
Stefan `Sec` Zehl 2011-07-18 10:12:52 +02:00
parent 2d4e1163d0
commit 4b6bf26481
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ clean:
rm -f $(OBJS) $(LIBFILE) $(CLEANFILES)
depend:
@$(CC) $(CFLAGS) -MM -MF Makefile.dep $(SRCS)
@$(CC) $(CFLAGS) -MM $(SRCS) > Makefile.dep
include $(DEPFILE)