X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fexecutable-rules.make;h=daf2d8659d1b90c966349c6b167fa4b6103f3697;hb=8129bd2b5afc7c55e205618cd224d5f0d90ec3bb;hp=785be9ef6f4ee1e1ba84e1db581facab63aef0d8;hpb=99b6f3aa3558b01c9d4158b19a1f1794c534f89c;p=lilypond.git diff --git a/stepmake/stepmake/executable-rules.make b/stepmake/stepmake/executable-rules.make index 785be9ef6f..daf2d8659d 100644 --- a/stepmake/stepmake/executable-rules.make +++ b/stepmake/stepmake/executable-rules.make @@ -10,4 +10,4 @@ $(O_FILES): $(outdir)/config.hh $(EXECUTABLE): $(O_FILES) $(outdir)/version.hh $(MODULE_LIBS:%=%/$(outdir)/library.a) $(foreach a, $(MODULE_LIBS), $(MAKE) -C $(a) && ) true - $(LD) -o $@ $(O_FILES) $(LOADLIBES) $(ALL_LDFLAGS) + $(CXX) -o $@ $(O_FILES) $(LOADLIBES) $(ALL_LDFLAGS)