make deps works now
FossilOrigin-Name: 05e8b92932c7b91f20a8914f965938f518a20d5b6aa01ff4b01ba2ce087a1acf
This commit is contained in:
parent
4ba4ea4381
commit
b1e98fdd4a
@ -84,6 +84,9 @@ clean_deps:
|
||||
$(DEPS)
|
||||
|
||||
deps:
|
||||
$(CC) -MM -E *.c $(CFLAGS) > .depend
|
||||
echo "# DO NOT DELETE THIS LINE -- make depend depends on it." > .depend
|
||||
makedepend $(SRC) -f.depend -p$(OBJDIR)/
|
||||
|
||||
|
||||
-include .depend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user