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
