X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fstepmake.make;h=dee7d048351c3dd8bbd3c5ca873866f1c4831d92;hb=31de5573a9c7e3a69b5ab67e2b0734ba88285b64;hp=3e7740506463e8d801bd519b2662b8c4fcea578b;hpb=2b7544ae15a26e0fa45bd70fd5c80c4b732f9470;p=lilypond.git diff --git a/make/stepmake.make b/make/stepmake.make index 3e77405064..dee7d04835 100644 --- a/make/stepmake.make +++ b/make/stepmake.make @@ -26,12 +26,12 @@ else endif ifdef config - configuration=$(config) + config_make=$(config) else ifeq ($(builddir),) - configuration=$(depth)/config$(CONFIGSUFFIX).make + config_make=$(depth)/config$(CONFIGSUFFIX).make else - configuration=$(builddir)/config$(CONFIGSUFFIX).make + config_make=$(builddir)/config$(CONFIGSUFFIX).make endif endif @@ -41,7 +41,7 @@ else outroot=$(builddir)/$(patsubst $(shell cd $(depth); pwd)%,%,$(pwd)) endif -include $(configuration) +include $(config_make) outdir=$(outroot)/$(outbase)