bash: remove dependency from ld

The dependency was added as a supposed work-around of a dysfunctional
fork when building bash as depot archive. However, it turned out that
the actual problem was related to the timestamps of 3rd-party source
file, which were discarded by the recipes/src/bash/content.mk.
This commit is contained in:
Norman Feske 2017-11-06 13:50:44 +01:00 committed by Christian Helmuth
parent bd18152d32
commit 0126523b83
1 changed files with 0 additions and 2 deletions

View File

@ -11,6 +11,4 @@ CFLAGS += -DNO_MAIN_ENV_ARG=1
# Prevent interactions with nonexisting tty driver
CFLAGS += -DNO_TTY_DRIVER
LIBS += ld
include $(call select_from_repositories,mk/noux.mk)