]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix make clean all: have version depend on all iso default,
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 24 Dec 2006 09:52:50 +0000 (10:52 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 24 Dec 2006 09:52:50 +0000 (10:52 +0100)
make outdir too.

GNUmakefile.in

index ef307e8b6ef3b9f0473f8697e9692f998a40085e..0f7d1d00ca4e69801ce9f45b6f2d64353c09f67e 100644 (file)
@@ -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: