diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-03 08:25:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-03 08:25:13 +0000 |
commit | fdd07a75085657a7b21e112477545ededba5aeeb (patch) | |
tree | 26c0675846150d363abdcc8ac9e9387b2fe4b3d1 | |
parent | 2c43f8c612ac215126cea8939485c652b6b1b8d4 (diff) | |
download | coreutils-fdd07a75085657a7b21e112477545ededba5aeeb.tar.xz |
.
-rw-r--r-- | lib/Makefile.in | 1 | ||||
-rw-r--r-- | m4/Makefile.in | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 68c75e0d7..ad9b2538d 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -88,7 +88,6 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ -LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ diff --git a/m4/Makefile.in b/m4/Makefile.in index ead988e78..182f39c9c 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -88,7 +88,6 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ -LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ @@ -123,7 +122,6 @@ check-decl.m4 \ chown.m4 \ d-ino.m4 \ d-type.m4 \ -decl.m4 \ error.m4 \ fnmatch.m4 \ fstypename.m4 \ |