X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fexecutable-rules.make;h=5d25e923f5602aa9069559a3fa95f61b7a321a51;hb=10b40b652e8794617ce95dba2fdb8150f0eeffa3;hp=7f0b076dc83f5976a35bf217ac5db3b3d7b8f0c0;hpb=f9efd2c54b174591fa42889557686c7aea356547;p=lilypond.git diff --git a/stepmake/stepmake/executable-rules.make b/stepmake/stepmake/executable-rules.make index 7f0b076dc8..5d25e923f5 100644 --- a/stepmake/stepmake/executable-rules.make +++ b/stepmake/stepmake/executable-rules.make @@ -1,4 +1,4 @@ $(EXECUTABLE): $(outdir)/config.h $(O_FILES) $(outdir)/version.hh $(foreach a, $(MODULE_LIBS), $(MAKE) -C $(a) && ) true - $(LD) -o $@ $(O_FILES) $(LOADLIBES) $(LDFLAGS) + $(LD) -o $@ $(O_FILES) $(LOADLIBES) $(ALL_LDFLAGS)