Fixed makefile rules for make depend so that it will always run
This commit is contained in:
parent
c48b2477e3
commit
ce8de5a5e4
@ -51,9 +51,7 @@ clean:
|
||||
tags:
|
||||
ctags $(SRCS) $(HDRS)
|
||||
|
||||
depend: depend.mk
|
||||
|
||||
depend.mk: $(SRCS)
|
||||
depend:
|
||||
@rm -f depend.mk
|
||||
cc -M $(CFLAGS) $(SRCS) > depend.mk
|
||||
|
||||
|
@ -56,9 +56,7 @@ tags:
|
||||
install: $(MODULES)
|
||||
install -D $< $(DEST)/gateway/modules
|
||||
|
||||
depend: depend.mk
|
||||
|
||||
depend.mk: $(SRCS)
|
||||
depend:
|
||||
rm -f depend.mk
|
||||
cc -M $(CFLAGS) $(SRCS) > depend.mk
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user