build(Makefile): Fix $(DEVELOP)

This commit is contained in:
Stephan Barth 2024-10-20 02:42:14 +02:00
parent 6fd68c294e
commit 3028a4a33b

View File

@ -384,6 +384,7 @@ new-develop:
if ! [[ -e develop ]]; then \
$(MAKE) new-develop; \
fi
$(SET_DEVELOP)
$(MAKE) develop/.current
.PHONY: develop/.current
develop/.current:
@ -406,4 +407,4 @@ i18n-check: --image-run---i18n-check
[ -e $@ ] || touch $@
flock -en $@ true
.PHONY: --%
.PHONY: --%