]> git.donarmstrong.com Git - lilypond.git/commit
Makefile: Add missing .PHONY targets
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 17 Sep 2011 11:34:26 +0000 (13:34 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 17 Sep 2011 11:34:26 +0000 (13:34 +0200)
commit689ca8e732f71bcfc117211e4a980f22b13bc1ed
treed79f529f696140976ebf10b75787775926d3f7b1
parente1fb62a6d5f6aaeadafdef10550e38e25704394e
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