Makefile: add explicit rule for Makefile to not "update" it (#2071)
Typically the implicit rule below will trigger a "make -C build Makefile" run, whenever build/Makefile is newer than our Makefile. Ref: https://www.gnu.org/software/make/manual/html_node/Remaking-Makefiles.html
This commit is contained in:
parent
57b18df56c
commit
7117c6a720
Loading…
Reference in New Issue