summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-19 12:55:25 +0000
committerJim Meyering <jim@meyering.net>2003-02-19 12:55:25 +0000
commitf3ecf0e5df2c187496709de68e7d6ccc8d5aa1db (patch)
tree1e98c4086fac83526bfb0347e9867565bba8c7de /lib/Makefile.in
parent49a352482331d03a94a4531253b8be519d69d401 (diff)
downloadcoreutils-f3ecf0e5df2c187496709de68e7d6ccc8d5aa1db.tar.xz
upgrade to automake-1.7.2b
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 25b69fb5a..fc023a9a7 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.7.2 from Makefile.am.
+# Makefile.in generated by automake 1.7.2b from Makefile.am.
# @configure_input@
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -121,6 +121,7 @@ ac_ct_STRIP = @ac_ct_STRIP@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__include = @am__include@
+am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
bindir = @bindir@
build = @build@
@@ -275,7 +276,8 @@ charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
SUFFIXES = .sed .sin
-CLEANFILES = charset.alias ref-add.sed ref-del.sed ftw.h search.h
+CLEANFILES = charset.alias ref-add.sed ref-del.sed
+DISTCLEANFILES = ftw.h search.h fnmatch.h
subdir = lib
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
@@ -1097,6 +1099,7 @@ clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"