From 16e9049bb3c3f19d74a3e715d86e8c9ee8f1b51b Mon Sep 17 00:00:00 2001 From: jfbu Date: Sat, 15 Oct 2016 22:59:12 +0200 Subject: [PATCH] No need for an empty recipe for Makefile as it has been set .PHONY --- sphinx/templates/quickstart/Makefile.new_t | 3 --- 1 file changed, 3 deletions(-) diff --git a/sphinx/templates/quickstart/Makefile.new_t b/sphinx/templates/quickstart/Makefile.new_t index 8414b4a34..1da216c10 100644 --- a/sphinx/templates/quickstart/Makefile.new_t +++ b/sphinx/templates/quickstart/Makefile.new_t @@ -10,9 +10,6 @@ BUILDDIR = {{ rbuilddir }} .PHONY: Makefile -# Need to intercept "Makefile" from catch-all target. -Makefile: ; - # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile