diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-30 04:32:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-30 04:32:56 +0000 |
commit | 0b26f06ded3044db7c501188327a086cff8051e2 (patch) | |
tree | 93bf0450f56b4a426a5baf6dac3ce49c6a54b15d /tests/tac | |
parent | 5bdecc6cc745310f245c560514901e100dfd96eb (diff) | |
download | coreutils-0b26f06ded3044db7c501188327a086cff8051e2.tar.xz |
.
Diffstat (limited to 'tests/tac')
-rw-r--r-- | tests/tac/Makefile.in | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index e68294e8f..53abf2e17 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.2a from Makefile.am +# Makefile.in generated automatically by automake 1.2c from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -144,6 +144,7 @@ subdir = tests/tac distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits tests/tac/Makefile @for file in $(DISTFILES); do \ @@ -201,25 +202,25 @@ installdirs: mostlyclean-generic: - test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) + -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: - test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: - rm -f Makefile $(DISTCLEANFILES) - rm -f config.cache config.log stamp-h stamp-h[0-9]* - test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -rm -f Makefile $(DISTCLEANFILES) + -rm -f config.cache config.log stamp-h stamp-h[0-9]* + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: - test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) - test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) mostlyclean: mostlyclean-generic clean: clean-generic mostlyclean distclean: distclean-generic clean - rm -f config.status + -rm -f config.status maintainer-clean: maintainer-clean-generic distclean @echo "This command is intended for maintainers to use;" |