changeset 305:8aa472939148

Merged
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 01 Aug 2018 13:39:21 +0200
parents 69e291f26bbd (current diff) 75e32633fb96 (diff)
children 70592a18c5c6
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Aug 01 13:38:55 2018 +0200
+++ b/Makefile	Wed Aug 01 13:39:21 2018 +0200
@@ -30,7 +30,7 @@
 	echo 'exec "$$@"' >>"$(ENVWARPPER)"
 	chmod +x "$(ENVWARPPER)"
 
-$(3rdpartylibs-stamp): $(ENVWARPPER)
+$(3rdpartylibs-stamp): $(ENVWARPPER) 3rdpartylibs.sh
 	"$(ENVWARPPER)" bash ./3rdpartylibs.sh && \
 	touch $@