aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d9ee3ca71..fd75cdc85 100644
--- a/Makefile
+++ b/Makefile
@@ -111,10 +111,8 @@ endef
.PHONY: wrappers
wrappers: $(WRAPPERS)
-wrapper_deps := $(wildcard $(SRCDIR)/wrappers/*.sh)
-wrapper_templates := $(wildcard $(SRCDIR)/wrappers/*.in)
cleanup_files+=$(WRAPPERS)
-$(WRAPPERS): $(wrapper_deps) $(wrapper_templates)
+$(WRAPPERS): %: $(SRCDIR)/wrappers/%.in $(SRCDIR)/wrappers/*.sh
@$(generate-shell-script)
cleanup_files+=$(CABAL)