diff options
Diffstat (limited to 'lib/Automake/tests/Makefile.in')
-rw-r--r-- | lib/Automake/tests/Makefile.in | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in index bf201e9d9..a2d981776 100644 --- a/lib/Automake/tests/Makefile.in +++ b/lib/Automake/tests/Makefile.in @@ -33,10 +33,15 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -DIST_COMMON = Makefile.am Makefile.in subdir = lib/Automake/tests ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__configure_deps = +am__configure_deps = $(top_srcdir)/m4/amversion.m4 \ + $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \ + $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \ + $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/options.m4 \ + $(top_srcdir)/m4/runlog.m4 $(top_srcdir)/m4/sanity.m4 \ + $(top_srcdir)/m4/strip.m4 +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs CONFIG_CLEAN_FILES = SOURCES = @@ -276,7 +281,7 @@ mostlyclean-generic: clean-generic: distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -286,6 +291,7 @@ clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am + -rm -f Makefile distclean-am: clean-am distclean-generic @@ -310,6 +316,7 @@ install-man: installcheck-am: maintainer-clean: maintainer-clean-am + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic |