Skip to content
Snippets Groups Projects
Commit 2ee4d441 authored by Niels Möller's avatar Niels Möller
Browse files

(DEP_FILES): Try include with only one macro

argument to be expanted.

Rev: src/nettle/ChangeLog:1.299
Rev: src/nettle/Makefile.in:1.11
parent 86070f34
No related branches found
No related tags found
No related merge requests found
2004-11-14 Niels Mller <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.
......
......@@ -323,4 +323,5 @@ distclean-here: clean-here
-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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment