]> git.ipfire.org Git - thirdparty/coreutils.git/commit
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)
commit852930e88a263bb2e6a6e328dfc7af081637e5cc
treea86abcb16271eec9e677a2adfd4e6f71042cddb5
parentfc20096ecbaa633354185d79745f7a56d3a53f93
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.
src/local.mk