From: Jan Nieuwenhuizen Date: Sun, 24 Dec 2006 09:52:50 +0000 (+0100) Subject: Fix make clean all: have version depend on all iso default, X-Git-Tag: release/2.11.5-1~17^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7712919e78b1de810006afa82454030c70c1d5a3;p=lilypond.git Fix make clean all: have version depend on all iso default, make outdir too. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index ef307e8b6e..0f7d1d00ca 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -41,9 +41,10 @@ dist-changelog: cp $(top-src-dir)/ChangeLog $(distdir) ; \ fi -default: $(outdir)/VERSION +all: $(outdir)/VERSION $(outdir)/VERSION: $(config_make) VERSION + -mkdir -p $(outdir) echo $(TOPLEVEL_VERSION) > $@ dist-toplevel-txt-files: