:: commit 610f4eefe183c973c564b752d635b05c5b5b7b47

Mintsuki <mintsuki@protonmail.com> — 2025-08-02 20:23

parents: a3fceed135

Revert "build: Improvement for self -rR make kludge"

This reverts commit 92485906bc218f9420f2a853f94b7b0e48654d1a.
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 48ee69ce..ad21d254 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -8,7 +8,7 @@ else
 endif
 override TMP_INC := $(shell mktemp)
 $(shell for t in $(TARGETS); do printf ".PHONY: $$t\n$$t:\n\t@true\n" >>'$(TMP_INC)'; done)
-$(shell printf "\t@rm -f '\$$(TMP_INC)'\n\t@\$$(MAKE) -rR \$$(MAKECMDGOALS) ROOTMAKE=false\n" >>'$(TMP_INC)')
+$(shell printf "\t@rm -f '$(TMP_INC)'\n\t@\$$(MAKE) -rR $(MAKECMDGOALS) ROOTMAKE=false\n" >>'$(TMP_INC)')
 include $(TMP_INC)
 else
 
tab: 248 wrap: offon