summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-05 20:55:28 +0000
committerJim Meyering <jim@meyering.net>2003-09-05 20:55:28 +0000
commit00b25daa962b636e838920159264c4a05d6c8cd6 (patch)
tree57f37340d659c33f7c895e1d552b714170aa116c /Makefile.in
parent740b0b6e12036a06085db9477593b6193786604a (diff)
downloadcoreutils-00b25daa962b636e838920159264c4a05d6c8cd6.tar.xz
.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in20
1 files changed, 12 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index ec9416e97..666ef7f33 100644
--- a/Makefile.in
+++ b/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
@@ -192,12 +192,12 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
all-recursive install-data-recursive install-exec-recursive \
installdirs-recursive install-recursive uninstall-recursive \
check-recursive installcheck-recursive
-DIST_COMMON = README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL \
- Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 config.hin \
- config/ChangeLog config/config.guess config/config.rpath \
- config/config.sub config/depcomp config/install-sh \
- config/mdate-sh config/missing config/mkinstalldirs \
- config/texinfo.tex configure configure.ac
+DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \
+ ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am NEWS \
+ THANKS TODO aclocal.m4 config.hin config/ChangeLog \
+ config/config.guess config/config.rpath config/config.sub \
+ config/depcomp config/install-sh config/mdate-sh config/missing \
+ config/mkinstalldirs config/texinfo.tex configure configure.ac
DIST_SUBDIRS = $(SUBDIRS)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
@@ -524,7 +524,7 @@ mostlyclean-generic:
clean-generic:
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"
@@ -535,6 +535,8 @@ clean-am: clean-generic mostlyclean-am
distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+
+ -rm -f Makefile
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
dvi: dvi-recursive
@@ -558,6 +560,8 @@ installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf $(top_srcdir)/autom4te.cache
+
+ -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive