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/head | |
parent | 740b0b6e12036a06085db9477593b6193786604a (diff) | |
download | coreutils-00b25daa962b636e838920159264c4a05d6c8cd6.tar.xz |
.
Diffstat (limited to 'tests/head')
-rw-r--r-- | tests/head/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in index 5d65eb777..b77ac0063 100644 --- a/tests/head/Makefile.in +++ b/tests/head/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 @@ -189,7 +189,7 @@ CONFIG_CLEAN_FILES = SCRIPTS = $(noinst_SCRIPTS) DIST_SOURCES = -DIST_COMMON = Makefile.am Makefile.in +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am all: all-am .SUFFIXES: @@ -336,7 +336,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" @@ -347,6 +347,7 @@ clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am + -rm -f Makefile distclean-am: clean-am distclean-generic @@ -369,6 +370,7 @@ install-man: installcheck-am: maintainer-clean: maintainer-clean-am + -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic |