make sure .depend gets regenerated automatically

This commit is contained in:
Mike Frysinger 2007-04-13 13:21:27 +00:00
parent 2ea37cdae3
commit cb20c5da98

View File

@ -154,7 +154,7 @@ clean:
rm -f *.o *~ *.core *.so
-include .depend
.depend:
.depend: $(wildcard *.c *.h)
$(CC) $(CPPFLAGS) -MM *.c > .depend
.PHONY: all clean install links