diff options
Diffstat (limited to 'autoconf-lib-link/tests/rpathlz/Makefile.in')
-rw-r--r-- | autoconf-lib-link/tests/rpathlz/Makefile.in | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/autoconf-lib-link/tests/rpathlz/Makefile.in b/autoconf-lib-link/tests/rpathlz/Makefile.in index 7a525c3..428db11 100644 --- a/autoconf-lib-link/tests/rpathlz/Makefile.in +++ b/autoconf-lib-link/tests/rpathlz/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.3 from Makefile.am. +# Makefile.in generated by automake 1.7.8 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 @@ -138,13 +138,14 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ DIST_SOURCES = $(usez_SOURCES) -DIST_COMMON = ../../../config/compile ../../../config/config.guess \ +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configure \ + ../../../config/compile ../../../config/config.guess \ ../../../config/config.rpath ../../../config/config.sub \ ../../../config/elisp-comp ../../../config/install-sh \ ../../../config/ltmain.sh ../../../config/mdate-sh \ ../../../config/missing ../../../config/mkinstalldirs \ ../../../config/texinfo.tex ../../../config/ylwrap Makefile.am \ - Makefile.in aclocal.m4 configure configure.ac + aclocal.m4 configure configure.ac SOURCES = $(usez_SOURCES) all: all-am @@ -357,7 +358,7 @@ distcheck: dist @echo "$(distdir).tar.gz is ready for distribution" | \ sed 'h;s/./=/g;p;x;p;x' distuninstallcheck: - cd $(distuninstallcheck_dir) \ + @cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ @@ -366,11 +367,11 @@ distuninstallcheck: $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean - if test '$(srcdir)' = . ; then \ + @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi - test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 @@ -380,7 +381,6 @@ all-am: Makefile $(PROGRAMS) installdirs: $(mkinstalldirs) $(DESTDIR)$(bindir) - install: install-am install-exec: install-exec-am install-data: install-data-am @@ -400,7 +400,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" @@ -411,6 +411,7 @@ clean-am: clean-binPROGRAMS clean-generic mostlyclean-am distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -434,7 +435,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf autom4te.cache + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am |