]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/shared-library-rules.make
Make object files depend on out/config.hh.
[lilypond.git] / stepmake / stepmake / shared-library-rules.make
index 62b2db26d2c21453af070a1114333cc774438d72..3c80a08de486fef456990af8e6e8528a74880429 100644 (file)
@@ -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)