From a54c3a5164353fd0d9f0f4fe7dc9f4041548370a Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Sun, 6 Jan 2019 19:09:47 +0200 Subject: [PATCH] ips.mk: mkgeneric-perl should depend on $(BUILD_DIR) --- make-rules/ips.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-rules/ips.mk b/make-rules/ips.mk index b5c846f4c..a520b3410 100644 --- a/make-rules/ips.mk +++ b/make-rules/ips.mk @@ -264,7 +264,7 @@ $(foreach ver,$(PERL_VERSIONS),$(eval $(call perl-manifest-rule,$(ver)))) # appropriate conditional dependencies into a perl library's # runtime-version-generic package to pull in the version-specific bits when the # corresponding version of perl is on the system. -$(BUILD_DIR)/mkgeneric-perl: $(WS_TOP)/make-rules/shared-macros.mk $(MAKEFILE_PREREQ) +$(BUILD_DIR)/mkgeneric-perl: $(WS_TOP)/make-rules/shared-macros.mk $(MAKEFILE_PREREQ) $(BUILD_DIR) $(RM) $@ $(foreach ver,$(shell echo $(PERL_VERSIONS) | tr -d .), \ $(call mkgeneric,runtime/perl,$(ver))) -- 2.11.4.GIT