From: Han-Wen Nienhuys Date: Tue, 12 Dec 2006 18:14:06 +0000 (+0100) Subject: create out/VERSION as part of the out/ tree. X-Git-Tag: release/2.10.4-1~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=00f55c72dfd508efc0c487b0f0e43219de581d29;p=lilypond.git create out/VERSION as part of the out/ tree. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index d06bb9a62d..e836894609 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -36,7 +36,7 @@ local-dist: dist-toplevel-txt-files default: $(outdir)/VERSION -$(outdir)/VERSION: $(config_make) +$(outdir)/VERSION: $(config_make) VERSION echo $(TOPLEVEL_VERSION) > $@ dist-toplevel-txt-files: @@ -113,7 +113,6 @@ local-WWW-post: rm -rf $$a ; \ done \ done - echo $(TOPLEVEL_VERSION) > $(outdir)/web-root/VERSION tree-prefix = $(outdir) tree-bin = $(tree-prefix)/bin @@ -142,7 +141,7 @@ PO_FILES = $(call src-wildcard,$(src-depth)/po/*.po) HELP_CATALOGS = $(PO_FILES:po/%.po=%) CATALOGS = $(HELP_CATALOGS:lilypond=) -$(tree-share-prefix)/lilypond-force link-tree: GNUmakefile +$(tree-share-prefix)/lilypond-force link-tree: GNUmakefile $(outdir)/VERSION # Preparing LilyPond tree for build-dir exec cd $(top-build-dir)/$(outbase) && rm -rf bin lib share mkdir -p $(tree-bin)