From 342b0b2c09ee35df24f4b20402d44889e83798b6 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Fri, 19 Nov 2010 11:37:14 +0100 Subject: bugfix in the integration of "make check-requirements" --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b00d8ba..1da3af1 100644 --- a/Makefile +++ b/Makefile @@ -103,11 +103,11 @@ download-$(1): $(addprefix download-,$($(1)_DEPS)) .PHONY: $(1) $(1): $(PREFIX)/installed/$(1) -$(PREFIX)/installed/$(1): check-requirements \ - $(TOP_DIR)/src/$(1).mk \ +$(PREFIX)/installed/$(1): $(TOP_DIR)/src/$(1).mk \ $(wildcard $(TOP_DIR)/src/$(1)-*.patch) \ $(wildcard $(TOP_DIR)/src/$(1)-test*) \ - $(addprefix $(PREFIX)/installed/,$($(1)_DEPS)) + $(addprefix $(PREFIX)/installed/,$($(1)_DEPS)) \ + | check-requirements @[ -d '$(LOG_DIR)/$(TIMESTAMP)' ] || mkdir -p '$(LOG_DIR)/$(TIMESTAMP)' @if ! $(call CHECK_PKG_ARCHIVE,$(1)); then \ echo '[download] $(1)'; \ -- cgit v0.12