argument to be expanted.
Rev: src/nettle/ChangeLog:1.299
Rev: src/nettle/Makefile.in:1.11
2004-11-14 Niels Möller <nisse@lysator.liu.se>
+ * Makefile.in (DEP_FILES): Try include with only one macro
+ argument to be expanted.
+
* configure.ac (dummy-dep-files): Create dummy dependency files,
so that they can be included by the makefiles.
-rm -f config.h stamp-h config.log config.status \
config.make config.m4 Makefile nettle-types.h
-include $(SOURCES:.c=.$(OBJEXT).d) $(SOURCES:.c=.p$(OBJEXT).d)
+DEP_FILES = $(SOURCES:.c=.$(OBJEXT).d) $(SOURCES:.c=.p$(OBJEXT).d)
+include $(DEP_FILES)