summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/auto-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/auto-Makefile b/packaging/auto-Makefile
index 097a5d87..cc181536 100644
--- a/packaging/auto-Makefile
+++ b/packaging/auto-Makefile
@@ -3,9 +3,9 @@ TARGETS := all install install-ssl-daemon install-all install-strip conf gen gen
.PHONY: $(TARGETS) auto-prep
+$(TARGETS): auto-prep
+ make -C build $@
+
auto-prep:
@if test x`packaging/prep-auto-dir` = x; then echo "auto-build-save is not setup"; exit 1; fi
@echo 'Build branch: '`readlink build/.branch | tr % /`
-
-$(TARGETS): auto-prep
- make -C build $@