X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fstepmake.make;h=07d293704e107cd0ba2a417d1153fb289c76a316;hb=35b22a3ae58b3b8694ce65e374041643ff124b70;hp=8dc7c4e1db770e7e89962f65b1364d2bda581903;hpb=5626b34b525c4979eec5e9461a4560d9cdd5b36d;p=lilypond.git diff --git a/make/stepmake.make b/make/stepmake.make index 8dc7c4e1db..07d293704e 100644 --- a/make/stepmake.make +++ b/make/stepmake.make @@ -23,7 +23,7 @@ else outdir=out endif -stepdir = $(depth)/$(stepmake)/stepmake +stepdir = $(stepmake)/stepmake STEPMAKE_TEMPLATES := generic $(STEPMAKE_TEMPLATES) LOCALSTEPMAKE_TEMPLATES:= generic $(LOCALSTEPMAKE_TEMPLATES) @@ -33,7 +33,7 @@ all: -include $(addprefix $(depth)/make/,$(addsuffix -inclusions.make, $(LOCALSTEPMAKE_TEMPLATES))) --include $(addprefix $(depth)/make/,$(addsuffix -inclusions.make, $(STEPMAKE_TEMPLATES))) +-include $(addprefix $(stepdir)/,$(addsuffix -inclusions.make, $(STEPMAKE_TEMPLATES))) include $(addprefix $(stepdir)/,$(addsuffix -vars.make, $(STEPMAKE_TEMPLATES)))