diff --git a/Makefile.in b/Makefile.in index b6c143f815829334c2b55f6079a91e7c3e8b77a5..270dcdea3d3a1a683b19a2ae951fffc72814c1b4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,3 +174,5 @@ config.status: configure %.d: %.c $(SHELL) -ec '$(CC) -MM -MG $(CPPFLAGS) $(DEFS) $< \ | sed '\''s/\($*\)\.o:/\1\.o $@ : /g'\'' > $@' + +include $(SRCS:.c=.d)