changeset 1399:6b28a4f27b8c

bugfix in the integration of "make check-requirements"
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 19 Nov 2010 11:37:14 +0100
parents c6aaf7d9c746
children 719a51e44ba6
files Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Nov 18 12:00:26 2010 +0100
+++ b/Makefile	Fri Nov 19 11:37:14 2010 +0100
@@ -103,11 +103,11 @@
 
 .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)'; \