X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fmake%2Fstepmake.make;h=8b79b35e43f2743ab0f924310daf0d9f418b858f;hb=31de5573a9c7e3a69b5ab67e2b0734ba88285b64;hp=572ff3ef1b8bce5683a1c0b6987be2fbf4bf926f;hpb=2b7544ae15a26e0fa45bd70fd5c80c4b732f9470;p=lilypond.git diff --git a/stepmake/make/stepmake.make b/stepmake/make/stepmake.make index 572ff3ef1b..8b79b35e43 100644 --- a/stepmake/make/stepmake.make +++ b/stepmake/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) config_h=$(builddir)/config$(CONFIGSUFFIX).h