From 0126523b838bacd0d7d0bd55191bbf34656204e2 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 6 Nov 2017 13:50:44 +0100 Subject: [PATCH] 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. --- repos/ports/src/noux-pkg/bash/target.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/repos/ports/src/noux-pkg/bash/target.mk b/repos/ports/src/noux-pkg/bash/target.mk index d0a23ff92..a0506d675 100644 --- a/repos/ports/src/noux-pkg/bash/target.mk +++ b/repos/ports/src/noux-pkg/bash/target.mk @@ -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)