]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/stepmake.make
* stepmake/aclocal.m4:
[lilypond.git] / make / stepmake.make
index 5377d10533d4d8fb9273bc16dfc98f3dbac225c8..dee7d048351c3dd8bbd3c5ca873866f1c4831d92 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,9 +41,11 @@ else
   outroot=$(builddir)/$(patsubst $(shell cd $(depth); pwd)%,%,$(pwd))
 endif
 
-include $(configuration)
+include $(config_make)
 
 outdir=$(outroot)/$(outbase)
+
+# why not generic ?? 
 config_h=$(builddir)/config$(CONFIGSUFFIX).h
 
 # The outdir that was configured for: best guess to find binaries