summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-18 06:36:47 +0000
committerJim Meyering <jim@meyering.net>1995-11-18 06:36:47 +0000
commite8f8b7a82d35275f57065e374c5c233a77d20b59 (patch)
tree8e6e2f5818558c37b9a22b01f132174c42ca13e0 /lib
parentc54a604289208e5e5c3872a2aa61b379e6015de3 (diff)
downloadcoreutils-e8f8b7a82d35275f57065e374c5c233a77d20b59.tar.xz
Remove autodep junk.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index ddab534d6..9e99f7cc2 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -27,6 +27,8 @@ DEFS = @DEFS@
CFLAGS = @CFLAGS@
YACC = @YACC@
+GETOPT = getopt.o getopt1.o
+
exec_prefix = @exec_prefix@
libdir = $(exec_prefix)/lib
@@ -43,7 +45,7 @@ memcmp.c memcpy.c memset.c xstrtol.c xstrtoul.c
OBJECTS = getdate.o posixtm.o \
argmatch.o backupfile.o basename.o dirname.o \
-error.o filemode.o full-write.o getopt.o getopt1.o \
+error.o filemode.o full-write.o $(GETOPT) \
getversion.o group-member.o idcache.o isdir.o long-options.o makepath.o \
modechange.o obstack.o safe-read.o save-cwd.o savedir.o \
stripslash.o xgetcwd.o xmalloc.o xstrdup.o userspec.o yesno.o \
@@ -143,8 +145,3 @@ installdirs maintainer-clean mostlyclean uninstall
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
-
-# The following include directive is uncommented automatically
-# when this package is configured with the --with-autodep option.
-# You need GNU make and a C compiler that can generate dependencies.
-@AUTODEP_COMMENT@include @top_srcdir@/mkdep-Makefile