From: Wayne Davison Date: Tue, 30 Jun 2020 03:04:54 +0000 (-0700) Subject: Move the new target after "all". X-Git-Tag: v3.2.2pre3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=646784f0e593162134aa88ab5a63f0f2236e5956;p=thirdparty%2Frsync.git Move the new target after "all". --- 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 $@