diff options
author | Jim Meyering <jim@meyering.net> | 2004-09-22 20:18:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-09-22 20:18:41 +0000 |
commit | c9461eac7045f24e0288d308aa4c6ea47c5ca438 (patch) | |
tree | 08c686d254b6db1f2f9d663378abb33c00d5f42e /lib | |
parent | ad803f1e3aaa0ea4896e1ee7e4c92d765a18427c (diff) | |
download | coreutils-c9461eac7045f24e0288d308aa4c6ea47c5ca438.tar.xz |
Use automake-1.9.2. Regenerate dependent files.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 29f523c0c..508879d1d 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.1 from Makefile.am. +# Makefile.in generated by automake 1.9.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -741,9 +741,9 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -rm -f getdate.c -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am |