summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-07-11 15:28:51 +0000
committerJim Meyering <jim@meyering.net>2001-07-11 15:28:51 +0000
commitd2cb2639f01ca1de4e06372dcf3725c54be4900e (patch)
treeb52447409684d018a4afa4384aa21c7c610580d0
parentd9076f5a877d98985f3cf03fd47d8c5bbe8553ed (diff)
downloadcoreutils-d2cb2639f01ca1de4e06372dcf3725c54be4900e.tar.xz
.
-rw-r--r--doc/Makefile.in13
-rw-r--r--lib/Makefile.in170
-rw-r--r--m4/Makefile.in43
-rw-r--r--tests/chgrp/Makefile.in4
-rw-r--r--tests/chmod/Makefile.in4
-rw-r--r--tests/chown/Makefile.in4
-rw-r--r--tests/cp/Makefile.in4
-rw-r--r--tests/dd/Makefile.in4
-rw-r--r--tests/dircolors/Makefile.in4
-rw-r--r--tests/du/Makefile.in4
-rw-r--r--tests/install/Makefile.in4
-rw-r--r--tests/ln/Makefile.in4
-rw-r--r--tests/ls-2/Makefile.in4
-rw-r--r--tests/ls/Makefile.in4
-rw-r--r--tests/mkdir/Makefile.in4
-rw-r--r--tests/mv/Makefile.in4
-rw-r--r--tests/rm/Makefile.in4
-rw-r--r--tests/rmdir/Makefile.in4
-rw-r--r--tests/shred/Makefile.in4
-rw-r--r--tests/touch/Makefile.in4
20 files changed, 144 insertions, 150 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 8afa82fc4..ab2487471 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -174,16 +174,19 @@ coreutils.dvi: coreutils.texi $(srcdir)/version.texi
.texi.info:
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
cd $(srcdir) \
- && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
+ && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
+ `echo $< | sed 's,.*/,,'`
.texi.dvi:
TEXINPUTS=$(srcdir):$$TEXINPUTS \
- MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
+ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
+ $(TEXI2DVI) $<
.texi:
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
cd $(srcdir) \
- && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
+ && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
+ `echo $< | sed 's,.*/,,'`
TEXI2DVI = texi2dvi
DVIPS = dvips
.dvi.ps:
@@ -349,8 +352,6 @@ mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-am clean clean-generic dist-info \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/lib/Makefile.in b/lib/Makefile.in
index c95f60191..0b7ee7b4f 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -119,37 +119,84 @@ INCLUDES = -I.. -I$(srcdir) -I../intl
DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
libfetish_a_SOURCES = \
- getdate.y posixtm.c addext.c argmatch.c backupfile.c basename.c \
- canon-host.c closeout.c diacrit.c dirname.c dup-safer.c \
- exclude.c filemode.c fopen-safer.c \
- full-write.c getopt.c getopt1.c getstr.c getugroups.c hard-locale.c hash.c \
- human.c idcache.c isdir.c linebuffer.c localcharset.c long-options.c \
- makepath.c mbswidth.c md5.c memcasecmp.c memcoll.c modechange.c \
- path-concat.c physmem.c \
- quote.c quotearg.c readtokens.c safe-read.c same.c save-cwd.c \
- savedir.c sha.c strftime.c stripslash.c \
- unicodeio.c userspec.c version-etc.c xgetcwd.c \
- xgethostname.c xmalloc.c xstrdup.c xstrtod.c xstrtol.c xstrtoul.c \
- xstrtoumax.c yesno.c
+ getdate.h getdate.y \
+ posixtm.c posixtm.h \
+ strftime.c \
+ getopt.c getopt.h getopt1.c \
+ hash.c hash.h \
+ __fpending.h \
+ addext.c \
+ argmatch.c argmatch.h \
+ backupfile.c backupfile.h \
+ basename.c \
+ bumpalloc.h \
+ canon-host.c \
+ closeout.c closeout.h \
+ diacrit.c diacrit.h \
+ dirname.c dirname.h \
+ dup-safer.c \
+ exclude.c exclude.h \
+ filemode.c filemode.h \
+ fnmatch.h \
+ fopen-safer.c \
+ fsusage.h \
+ full-write.c \
+ getline.h \
+ getpagesize.h \
+ getstr.c getstr.h \
+ getugroups.c \
+ group-member.h \
+ hard-locale.c hard-locale.h \
+ human.c human.h \
+ idcache.c \
+ isdir.c \
+ lchown.h \
+ linebuffer.c linebuffer.h \
+ localcharset.c \
+ long-options.c long-options.h \
+ makepath.c makepath.h \
+ mbswidth.c mbswidth.h \
+ md5.c md5.h \
+ memcasecmp.c memcasecmp.h \
+ memcoll.c memcoll.h \
+ modechange.c modechange.h \
+ mountlist.h \
+ nanosleep.h \
+ path-concat.c path-concat.h \
+ pathmax.h \
+ physmem.c physmem.h \
+ quote.c quote.h \
+ quotearg.c quotearg.h \
+ readtokens.c readtokens.h \
+ readutmp.h \
+ regex.h \
+ safe-read.c safe-read.h \
+ same.c same.h \
+ save-cwd.c save-cwd.h \
+ savedir.c savedir.h \
+ sha.c sha.h \
+ stdio-safer.h \
+ stripslash.c \
+ strverscmp.h \
+ unicodeio.c unicodeio.h \
+ unistd-safer.h \
+ userspec.c \
+ version-etc.c version-etc.h \
+ xalloc.h \
+ xgetcwd.c \
+ xgethostname.c \
+ xmalloc.c \
+ xstrdup.c \
+ xstrtod.c xstrtod.h \
+ xstrtol.c xstrtol.h \
+ xstrtoul.c \
+ xstrtoumax.c \
+ yesno.c
libfetish_a_LIBADD = @LIBOBJS@ @ALLOCA@
libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD)
-noinst_HEADERS = \
- argmatch.h backupfile.h bumpalloc.h closeout.h diacrit.h dirname.h error.h \
- exclude.h filemode.h fnmatch.h __fpending.h fsusage.h \
- getdate.h getline.h getopt.h \
- getstr.h getpagesize.h group-member.h hard-locale.h hash.h human.h lchown.h \
- linebuffer.h long-options.h mbswidth.h md5.h memcasecmp.h memcoll.h \
- makepath.h mbswidth.h modechange.h mountlist.h nanosleep.h obstack.h \
- path-concat.h pathmax.h physmem.h posixtm.h \
- quote.h quotearg.h readtokens.h \
- readutmp.h regex.h safe-read.h same.h save-cwd.h savedir.h sha.h \
- stdio-safer.h strverscmp.h unicodeio.h unistd-safer.h version-etc.h \
- xalloc.h xstrtod.h xstrtol.h
-
-
BUILT_SOURCES = getdate.c lstat.c stat.c
MAINTAINERCLEANFILES = $(BUILT_SOURCES)
DISTCLEANFILES = lstat.c stat.c
@@ -172,13 +219,14 @@ LIBRARIES = $(noinst_LIBRARIES)
libfetish_a_AR = $(AR) cru
am_libfetish_a_OBJECTS = getdate$U.$(OBJEXT) posixtm$U.$(OBJEXT) \
- addext$U.$(OBJEXT) argmatch$U.$(OBJEXT) backupfile$U.$(OBJEXT) \
- basename$U.$(OBJEXT) canon-host$U.$(OBJEXT) \
- closeout$U.$(OBJEXT) diacrit$U.$(OBJEXT) dirname$U.$(OBJEXT) \
- dup-safer$U.$(OBJEXT) exclude$U.$(OBJEXT) filemode$U.$(OBJEXT) \
- fopen-safer$U.$(OBJEXT) full-write$U.$(OBJEXT) \
- getopt$U.$(OBJEXT) getopt1$U.$(OBJEXT) getstr$U.$(OBJEXT) \
- getugroups$U.$(OBJEXT) hard-locale$U.$(OBJEXT) hash$U.$(OBJEXT) \
+ strftime$U.$(OBJEXT) getopt$U.$(OBJEXT) getopt1$U.$(OBJEXT) \
+ hash$U.$(OBJEXT) addext$U.$(OBJEXT) argmatch$U.$(OBJEXT) \
+ backupfile$U.$(OBJEXT) basename$U.$(OBJEXT) \
+ canon-host$U.$(OBJEXT) closeout$U.$(OBJEXT) diacrit$U.$(OBJEXT) \
+ dirname$U.$(OBJEXT) dup-safer$U.$(OBJEXT) exclude$U.$(OBJEXT) \
+ filemode$U.$(OBJEXT) fopen-safer$U.$(OBJEXT) \
+ full-write$U.$(OBJEXT) getstr$U.$(OBJEXT) \
+ getugroups$U.$(OBJEXT) hard-locale$U.$(OBJEXT) \
human$U.$(OBJEXT) idcache$U.$(OBJEXT) isdir$U.$(OBJEXT) \
linebuffer$U.$(OBJEXT) localcharset$U.$(OBJEXT) \
long-options$U.$(OBJEXT) makepath$U.$(OBJEXT) \
@@ -187,13 +235,12 @@ am_libfetish_a_OBJECTS = getdate$U.$(OBJEXT) posixtm$U.$(OBJEXT) \
path-concat$U.$(OBJEXT) physmem$U.$(OBJEXT) quote$U.$(OBJEXT) \
quotearg$U.$(OBJEXT) readtokens$U.$(OBJEXT) \
safe-read$U.$(OBJEXT) same$U.$(OBJEXT) save-cwd$U.$(OBJEXT) \
- savedir$U.$(OBJEXT) sha$U.$(OBJEXT) strftime$U.$(OBJEXT) \
- stripslash$U.$(OBJEXT) unicodeio$U.$(OBJEXT) \
- userspec$U.$(OBJEXT) version-etc$U.$(OBJEXT) \
- xgetcwd$U.$(OBJEXT) xgethostname$U.$(OBJEXT) \
- xmalloc$U.$(OBJEXT) xstrdup$U.$(OBJEXT) xstrtod$U.$(OBJEXT) \
- xstrtol$U.$(OBJEXT) xstrtoul$U.$(OBJEXT) xstrtoumax$U.$(OBJEXT) \
- yesno$U.$(OBJEXT)
+ savedir$U.$(OBJEXT) sha$U.$(OBJEXT) stripslash$U.$(OBJEXT) \
+ unicodeio$U.$(OBJEXT) userspec$U.$(OBJEXT) \
+ version-etc$U.$(OBJEXT) xgetcwd$U.$(OBJEXT) \
+ xgethostname$U.$(OBJEXT) xmalloc$U.$(OBJEXT) \
+ xstrdup$U.$(OBJEXT) xstrtod$U.$(OBJEXT) xstrtol$U.$(OBJEXT) \
+ xstrtoul$U.$(OBJEXT) xstrtoumax$U.$(OBJEXT) yesno$U.$(OBJEXT)
libfetish_a_OBJECTS = $(am_libfetish_a_OBJECTS)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
CPPFLAGS = @CPPFLAGS@
@@ -264,20 +311,19 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
CFLAGS = @CFLAGS@
+YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
DIST_SOURCES = $(libfetish_a_SOURCES)
-HEADERS = $(noinst_HEADERS)
-
-DIST_COMMON = README $(noinst_HEADERS) ChangeLog Makefile.am \
- Makefile.in TODO __fpending.c alloca.c atexit.c chown.c dup2.c \
- error.c error.h euidaccess.c fileblocks.c fnmatch.c fsusage.c \
- ftruncate.c getdate.c getgroups.c gethostname.c getline.c \
- getloadavg.c getpass.c getusershell.c group-member.c lchown.c \
- malloc.c memchr.c memcmp.c memcpy.c memmove.c memrchr.c \
- memset.c mkstemp.c mktime.c mountlist.c nanosleep.c obstack.c \
- obstack.h putenv.c readutmp.c realloc.c regex.c rename.c \
- rmdir.c rpmatch.c stime.c stpcpy.c strcasecmp.c strcspn.c \
- strdup.c strncasecmp.c strndup.c strnlen.c strpbrk.c strstr.c \
- strtod.c strtol.c strtoul.c strtoull.c strtoumax.c strverscmp.c \
+DIST_COMMON = README ChangeLog Makefile.am Makefile.in TODO \
+ __fpending.c alloca.c atexit.c chown.c dup2.c error.c error.h \
+ euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c \
+ getdate.c getgroups.c gethostname.c getline.c getloadavg.c \
+ getpass.c getusershell.c group-member.c lchown.c malloc.c \
+ memchr.c memcmp.c memcpy.c memmove.c memrchr.c memset.c \
+ mkstemp.c mktime.c mountlist.c nanosleep.c obstack.c obstack.h \
+ putenv.c readutmp.c realloc.c regex.c rename.c rmdir.c \
+ rpmatch.c stime.c stpcpy.c strcasecmp.c strcspn.c strdup.c \
+ strncasecmp.c strndup.c strnlen.c strpbrk.c strstr.c strtod.c \
+ strtol.c strtoul.c strtoull.c strtoumax.c strverscmp.c \
tempname.c utime.c
SOURCES = $(libfetish_a_SOURCES)
@@ -285,7 +331,7 @@ all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am
.SUFFIXES:
-.SUFFIXES: .sed .sin .c .o .obj .y
+.SUFFIXES: .sed .sin .c .h .o .obj .y
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
$(AUTOMAKE) --gnits lib/Makefile
@@ -294,6 +340,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
+AR = ar
+
clean-noinstLIBRARIES:
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
libfetish.a: $(libfetish_a_OBJECTS) $(libfetish_a_DEPENDENCIES)
@@ -713,8 +761,9 @@ utime_.$(OBJEXT) version-etc_.$(OBJEXT) xgetcwd_.$(OBJEXT) \
xgethostname_.$(OBJEXT) xmalloc_.$(OBJEXT) xstrdup_.$(OBJEXT) \
xstrtod_.$(OBJEXT) xstrtol_.$(OBJEXT) xstrtoul_.$(OBJEXT) \
xstrtoumax_.$(OBJEXT) yesno_.$(OBJEXT) : $(ANSI2KNR)
+
.y.c:
- $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
+ $(YACCCOMPILE) $< && mv y.tab.c $@
if test -f y.tab.h; then \
if cmp -s y.tab.h $*.h; then \
rm -f y.tab.h; \
@@ -722,7 +771,8 @@ xstrtoumax_.$(OBJEXT) yesno_.$(OBJEXT) : $(ANSI2KNR)
mv y.tab.h $*.h; \
fi; \
fi
-
+.y.h:
+ @:
uninstall-info-am:
tags: TAGS
@@ -780,7 +830,7 @@ distdir: $(DISTFILES)
done
check-am: all-am
check: check-am
-all-am: Makefile $(LIBRARIES) $(HEADERS) all-local
+all-am: Makefile $(LIBRARIES) all-local
installdirs:
@@ -809,7 +859,7 @@ 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 "getdate.c$(BUILT_SOURCES)$(MAINTAINERCLEANFILES)" || rm -f getdate.c $(BUILT_SOURCES) $(MAINTAINERCLEANFILES)
+ -test -z "$(BUILT_SOURCES)$(MAINTAINERCLEANFILES)" || rm -f $(BUILT_SOURCES) $(MAINTAINERCLEANFILES)
clean: clean-am
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
@@ -847,8 +897,6 @@ mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
uninstall-am: uninstall-info-am uninstall-local
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am all-local check check-am clean clean-generic \
clean-noinstLIBRARIES distclean distclean-compile \
distclean-depend distclean-generic distclean-tags distdir dvi \
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 0b367ca22..9f7783553 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -111,7 +111,8 @@ _am_quote = @_am_quote@
install_sh = @install_sh@
l = @l@
-EXTRA_DIST = README jm-glibc-io.m4n Makefile.am.in \
+EXTRA_DIST = \
+ README jm-glibc-io.m4 jm-glibc-io.m4n Makefile.am.in \
afs.m4 \
assert.m4 \
bison.m4 \
@@ -181,16 +182,6 @@ utime.m4 \
utimes.m4 \
xstrtoumax.m4
-
-unlocked_functions = \
- clearerr_unlocked feof_unlocked ferror_unlocked \
- fflush_unlocked fgets_unlocked fputc_unlocked fputs_unlocked \
- fread_unlocked fwrite_unlocked getc_unlocked getchar_unlocked \
- putc_unlocked putchar_unlocked
-
-
-comma_separated = $(shell echo $(unlocked_functions)|tr -s ' ' ,)
-base_functions = $(patsubst %_unlocked,%,$(unlocked_functions))
EXEEXT =
OBJEXT = o
subdir = m4
@@ -237,7 +228,7 @@ distdir: $(DISTFILES)
done
check-am: all-am
check: check-am
-all-am: Makefile all-local
+all-am: Makefile
installdirs:
@@ -300,11 +291,9 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
-.PHONY: all all-am all-local check check-am clean clean-generic \
- distclean distclean-generic distdir dvi dvi-am info info-am \
- install install-am install-data install-data-am install-exec \
+.PHONY: all all-am check check-am clean clean-generic distclean \
+ distclean-generic distdir dvi dvi-am info info-am install \
+ install-am install-data install-data-am install-exec \
install-exec-am install-info install-info-am install-man \
install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \
@@ -314,27 +303,19 @@ uninstall-info: uninstall-info-am
Makefile.am: Makefile.am.in
rm -f $@ $@t
sed -n '1,/^##m4-files-begin/p' $< > $@t
- ((echo EXTRA_DIST = README jm-glibc-io.m4n Makefile.am.in|tr '\012' @);\
+ (((echo EXTRA_DIST =; \
+ echo " README jm-glibc-io.m4 jm-glibc-io.m4n Makefile.am.in" \
+ ) | tr '\012' @); \
(echo *.m4|tr ' ' @) ) \
|sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
>> $@t
sed -n '/^##m4-files-end/,$$p' $< >> $@t
- echo >> $@t
- echo all-local: jm-glibc-io.m4 >> $@t
chmod a-w $@t
mv $@t $@
-jm-glibc-io.m4: jm-glibc-io.m4n Makefile
- echo 'dnl This file is automatically generated from $<' > $@t
- echo '' >> $@t
- sed \
- -e 's/@space_separated@/$(unlocked_functions)/g' \
- -e 's/@comma_separated@/$(comma_separated)/g' \
- $< >> $@t
- move-if-change $@t $@
unlocked-io.h: unlocked-io.hin Makefile.am.in
tmp=t$$$$; \
- echo '' > $$tmp; \
+ echo > $$tmp; \
for f in $(base_functions); do \
u=`echo $$f|tr '[:lower:]' '[:upper:]'`; \
echo "# if HAVE_$${u}_UNLOCKED" >> $$tmp; \
@@ -347,8 +328,6 @@ unlocked-io.h: unlocked-io.hin Makefile.am.in
$< > $@t; \
rm -f $$tmp; \
mv $@t $@
-
-all-local: jm-glibc-io.m4
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in
index 1b8f28111..91550dbeb 100644
--- a/tests/chgrp/Makefile.in
+++ b/tests/chgrp/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -283,8 +283,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in
index 559bc5166..608320754 100644
--- a/tests/chmod/Makefile.in
+++ b/tests/chmod/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -283,8 +283,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in
index 5de4237dc..e16e5650f 100644
--- a/tests/chown/Makefile.in
+++ b/tests/chown/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -283,8 +283,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in
index 39b7eb2be..71713c644 100644
--- a/tests/cp/Makefile.in
+++ b/tests/cp/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -289,8 +289,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in
index 819061f27..0292ecc7e 100644
--- a/tests/dd/Makefile.in
+++ b/tests/dd/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -287,8 +287,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in
index 7e248417b..848e113c5 100644
--- a/tests/dircolors/Makefile.in
+++ b/tests/dircolors/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -287,8 +287,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in
index c4c95520b..5412ca206 100644
--- a/tests/du/Makefile.in
+++ b/tests/du/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -283,8 +283,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index 2ed58f240..16ff34913 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -283,8 +283,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in
index f326844e9..7105a68ac 100644
--- a/tests/ln/Makefile.in
+++ b/tests/ln/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -283,8 +283,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in
index 2c71bd251..4ae7989c9 100644
--- a/tests/ls-2/Makefile.in
+++ b/tests/ls-2/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -287,8 +287,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in
index fe7290a66..ccd6d2c3d 100644
--- a/tests/ls/Makefile.in
+++ b/tests/ls/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -286,8 +286,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in
index d0f3335a4..e0e234423 100644
--- a/tests/mkdir/Makefile.in
+++ b/tests/mkdir/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -284,8 +284,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in
index 4fb8de1b9..2ca6dac62 100644
--- a/tests/mv/Makefile.in
+++ b/tests/mv/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -290,8 +290,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in
index 56db0bb53..a1be0d636 100644
--- a/tests/rm/Makefile.in
+++ b/tests/rm/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -291,8 +291,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in
index 4720b15a0..a5828a3a1 100644
--- a/tests/rmdir/Makefile.in
+++ b/tests/rmdir/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -287,8 +287,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in
index 39444f5b1..52582ca6e 100644
--- a/tests/shred/Makefile.in
+++ b/tests/shred/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -286,8 +286,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in
index dea2d066e..4dd3298cb 100644
--- a/tests/touch/Makefile.in
+++ b/tests/touch/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4g from Makefile.am.
+# Makefile.in generated automatically by automake 1.4i from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
@@ -284,8 +284,6 @@ mostlyclean-am: mostlyclean-generic
uninstall-am: uninstall-info-am
-uninstall-info: uninstall-info-am
-
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
distclean distclean-generic distdir dvi dvi-am info info-am \
install install-am install-data install-data-am install-exec \