Fixed makefile rules for make depend so that it will always run
This commit is contained in:
@ -52,9 +52,7 @@ clean:
|
||||
tags:
|
||||
ctags $(SRCS) $(HDRS)
|
||||
|
||||
depend: depend.mk
|
||||
|
||||
depend.mk: $(SRCS)
|
||||
depend:
|
||||
@rm -f depend.mk
|
||||
cc -M $(CFLAGS) $(SRCS) > depend.mk
|
||||
|
||||
|
Reference in New Issue
Block a user