X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fgeneric-vars.make;h=16076312052cfb9fda01b941b809c0a1f0a394a5;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=c61fa5ec82040fd1f1bac5c18333326dcb927990;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/stepmake/stepmake/generic-vars.make b/stepmake/stepmake/generic-vars.make index c61fa5ec82..1607631205 100644 --- a/stepmake/stepmake/generic-vars.make +++ b/stepmake/stepmake/generic-vars.make @@ -29,7 +29,7 @@ endif src-wildcard = $(subst $(src-dir)/,,$(wildcard $(src-dir)/$(1))) ifeq ($(distdir),) - distdir = $(top-build-dir)/$(outdir)/$(DIST_NAME) + distdir = $(top-src-dir)/$(outdir)/$(DIST_NAME) DIST_NAME = $(package)-$(TOPLEVEL_VERSION) endif distname = $(package)-$(TOPLEVEL_VERSION)