Really dd depend target
This commit is contained in:
parent
0855e685bd
commit
b204eb57dc
@ -173,4 +173,5 @@ _DEPS != ls *.c *.h
|
||||
.depend: version.h $(_DEPS)$(wildcard *.c *.h)
|
||||
$(CC) $(CPPFLAGS) -MM *.c > .depend
|
||||
|
||||
depend: .depend
|
||||
depend:
|
||||
$(CC) $(CPPFLAGS) -MM *.c > .depend
|
||||
|
Loading…
Reference in New Issue
Block a user