]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/make/stepmake.make
* cygwin/changelog:
[lilypond.git] / stepmake / make / stepmake.make
index 572ff3ef1b8bce5683a1c0b6987be2fbf4bf926f..8b79b35e43f2743ab0f924310daf0d9f418b858f 100644 (file)
@@ -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