No need for an empty recipe for Makefile as it has been set .PHONY

This commit is contained in:
jfbu 2016-10-15 22:59:12 +02:00
parent 362ee9d974
commit 16e9049bb3

View File

@ -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