]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(libcoreutils_a_DEPENDENCIES): Remove definition.
authorJim Meyering <jim@meyering.net>
Wed, 5 Oct 2005 14:54:17 +0000 (14:54 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Oct 2005 14:54:17 +0000 (14:54 +0000)
Once it's gone, automake generates an equivalent one.

lib/Makefile.am

index dd1350f8ce6829c083f59b8b1f0259c7c720f321..82088da162759ed0ae8c26cf91ce93f6507a3dc7 100644 (file)
@@ -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)