diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-05 14:54:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-05 14:54:17 +0000 |
commit | 05e1975d08b092b9ae5269ec456c5fe5b53348b2 (patch) | |
tree | 56a78bc39bd7ba560d6c1b07375e8f0ca68cbe28 /lib | |
parent | d3b816532837067e035ddca8b861652e9c0610f3 (diff) | |
download | coreutils-05e1975d08b092b9ae5269ec456c5fe5b53348b2.tar.xz |
(libcoreutils_a_DEPENDENCIES): Remove definition.
Once it's gone, automake generates an equivalent one.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index dd1350f8c..82088da16 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -59,7 +59,6 @@ libcoreutils_a_SOURCES += \ vasnprintf.h libcoreutils_a_LIBADD = $(LIBOBJS) $(ALLOCA) -libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD) lib_OBJECTS = $(libcoreutils_a_OBJECTS) |