]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 6 Jun 2006 10:59:31 +0000 (10:59 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 6 Jun 2006 10:59:31 +0000 (10:59 +0000)
ChangeLog
stepmake/stepmake/generic-vars.make

index e78a4ae4422b8697e7812eae08a241426c476401..80c34e716e42f5272ea57419177268d73c2684bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * stepmake/stepmake/generic-vars.make (distdir): create dist in
+       top-build-dir.
+
 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
 
        * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
index 16076312052cfb9fda01b941b809c0a1f0a394a5..c61fa5ec82040fd1f1bac5c18333326dcb927990 100644 (file)
@@ -29,7 +29,7 @@ endif
 src-wildcard = $(subst $(src-dir)/,,$(wildcard $(src-dir)/$(1)))
 
 ifeq ($(distdir),)
-  distdir = $(top-src-dir)/$(outdir)/$(DIST_NAME)
+  distdir = $(top-build-dir)/$(outdir)/$(DIST_NAME)
   DIST_NAME = $(package)-$(TOPLEVEL_VERSION)
 endif
 distname = $(package)-$(TOPLEVEL_VERSION)