From: Jim Meyering Date: Tue, 18 Sep 2012 19:57:38 +0000 (+0200) Subject: build: remove redundant dependency: $(PROGRAMS): lib/libcoreutils.a X-Git-Tag: v8.20~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852930e88a263bb2e6a6e328dfc7af081637e5cc;p=thirdparty%2Fcoreutils.git build: remove redundant dependency: $(PROGRAMS): lib/libcoreutils.a * 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. --- diff --git a/src/local.mk b/src/local.mk index 0f9e000a90..98259fa80f 100644 --- a/src/local.mk +++ b/src/local.mk @@ -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' \