From 689ca8e732f71bcfc117211e4a980f22b13bc1ed Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 17 Sep 2011 13:34:26 +0200 Subject: [PATCH] Makefile: Add missing .PHONY targets This makes our build system also work when you have a file called "test" or "website" in your sourcedir... Otherwise, make would detect that file and decide that since it exists, nothing needs to be done... --- GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile.in b/GNUmakefile.in index d616202092..aa74dd6bd5 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -38,6 +38,7 @@ LOCALSTEPMAKE_TEMPLATES=lilypond include $(depth)/make/stepmake.make +.PHONY: test info website local-dist: refresh-release-files dist-toplevel-txt-files -- 2.39.2