Skip to content
Snippets Groups Projects
Commit 3578b6e3 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix for automake 1.16.

parent 88b8a7f4
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ DIST_SUBDIRS = f90 .
(cd ../src ; if test -r Makefile ; then \
$(MAKE) xtinclude_Makefile.inc ; fi)
@AMDEP_TRUE@@am__include@ @am__quote@../src/xtinclude_Makefile.inc@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@../src/xtinclude_Makefile.inc@am__quote@ # am--include-marker
yaxt.h: Makefile $(xtinclude_HEADERS)
( echo '/* license */' ; echo '#ifndef YAXT_H' ; echo '#define YAXT_H' ; \
......
......@@ -323,7 +323,7 @@ uninstall-local:
|| ln -f ./$(DEPDIR)/FC.deps.temp ./$(DEPDIR)/FC.deps \
&& touch ./$(DEPDIR)/FC.deps
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FC.deps@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FC.deps@am__quote@ # am--include-marker
#
# Local Variables:
......
......@@ -318,7 +318,7 @@ EXTRA_DIST = core
cmp ./$(DEPDIR)/FC.deps.temp ./$(DEPDIR)/FC.deps >/dev/null 2>&1 \
|| ln -f ./$(DEPDIR)/FC.deps.temp ./$(DEPDIR)/FC.deps
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FC.deps@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FC.deps@am__quote@ # am--include-marker
clean-local:
-rm -f *.$(FCMODEXT)
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