]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/stepmake.make
release: 1.0.12
[lilypond.git] / make / stepmake.make
index 835f6907a4fa21de789a015cccdda0c14adc3a49..8dc7c4e1db770e7e89962f65b1364d2bda581903 100644 (file)
@@ -31,6 +31,11 @@ LOCALSTEPMAKE_TEMPLATES:= generic $(LOCALSTEPMAKE_TEMPLATES)
 
 all:
 
+-include $(addprefix $(depth)/make/,$(addsuffix -inclusions.make, $(LOCALSTEPMAKE_TEMPLATES)))
+
+-include $(addprefix $(depth)/make/,$(addsuffix -inclusions.make, $(STEPMAKE_TEMPLATES)))
+
+
 include $(addprefix $(stepdir)/,$(addsuffix -vars.make, $(STEPMAKE_TEMPLATES)))
 
 # ugh. need to do this because of PATH :=$(topdir)/..:$(PATH)