(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 dd1350f..82088da 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)