X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fshared-library-rules.make;fp=stepmake%2Fstepmake%2Fshared-library-rules.make;h=3c80a08de486fef456990af8e6e8528a74880429;hb=11f040de1c8bfd258e805159a223aeafb2706fa6;hp=62b2db26d2c21453af070a1114333cc774438d72;hpb=21d18ca2e92b3a58cf1a5978b3be21e74db7da55;p=lilypond.git diff --git a/stepmake/stepmake/shared-library-rules.make b/stepmake/stepmake/shared-library-rules.make index 62b2db26d2..3c80a08de4 100644 --- a/stepmake/stepmake/shared-library-rules.make +++ b/stepmake/stepmake/shared-library-rules.make @@ -1,4 +1,5 @@ +$(O_FILES): $(outdir)/config.hh -$(SHARED_LIBRARY): $(outdir)/config.hh $(LO_FILES) +$(SHARED_LIBRARY): $(LO_FILES) $(LD) $(SHARED_FLAGS) -o $@ $(LO_FILES) $(ALL_LDFLAGS)