diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-05 20:55:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-05 20:55:28 +0000 |
commit | 00b25daa962b636e838920159264c4a05d6c8cd6 (patch) | |
tree | 57f37340d659c33f7c895e1d552b714170aa116c /tests/tr | |
parent | 740b0b6e12036a06085db9477593b6193786604a (diff) | |
download | coreutils-00b25daa962b636e838920159264c4a05d6c8cd6.tar.xz |
.
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 4c5a2d55e..3286ad021 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.7.6 from Makefile.am. +# Makefile.in generated by automake 1.7.6b from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 @@ -196,7 +196,7 @@ CONFIG_CLEAN_FILES = SCRIPTS = $(noinst_SCRIPTS) DIST_SOURCES = -DIST_COMMON = Makefile.am Makefile.in TODO +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am TODO all: all-am .SUFFIXES: @@ -343,7 +343,7 @@ clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 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" @@ -354,6 +354,7 @@ clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am + -rm -f Makefile distclean-am: clean-am distclean-generic @@ -376,6 +377,7 @@ install-man: installcheck-am: maintainer-clean: maintainer-clean-am + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic |