build: remove redundant dependency: $(PROGRAMS): lib/libcoreutils.a
authorJim Meyering <meyering@redhat.com>
Tue, 18 Sep 2012 19:57:38 +0000 (21:57 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 3 Oct 2012 17:06:37 +0000 (19:06 +0200)
* src/local.mk: Remove the above dependency.
A soon-to-be-added new program, make-prime-list, must not depend
on that, since it is used to create a BUILT_SOURCES file.
That dependency is already handled via the ..._LD_ADD variables,
and so that redundant dependency has so far been harmless.

src/local.mk

index 0f9e000..98259fa 100644 (file)
@@ -293,8 +293,6 @@ src_kill_LDADD += $(LIBTHREAD)
 # for pthread
 src_sort_LDADD += $(LIB_PTHREAD)
 
-$(PROGRAMS): lib/libcoreutils.a
-
 # Get the release year from lib/version-etc.c.
 RELEASE_YEAR = \
   `sed -n '/.*COPYRIGHT_YEAR = \([0-9][0-9][0-9][0-9]\) };/s//\1/p' \