summaryrefslogtreecommitdiff
path: root/src/local.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-09-18 21:57:38 +0200
committerJim Meyering <meyering@redhat.com>2012-10-03 19:06:37 +0200
commit852930e88a263bb2e6a6e328dfc7af081637e5cc (patch)
treea86abcb16271eec9e677a2adfd4e6f71042cddb5 /src/local.mk
parentfc20096ecbaa633354185d79745f7a56d3a53f93 (diff)
downloadcoreutils-852930e88a263bb2e6a6e328dfc7af081637e5cc.tar.xz
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.
Diffstat (limited to 'src/local.mk')
-rw-r--r--src/local.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/local.mk b/src/local.mk
index 0f9e000a9..98259fa80 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' \