]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/library-rules.make
Make object files depend on out/config.hh.
[lilypond.git] / stepmake / stepmake / library-rules.make
index 942c4f01df369ce397b4fa02d302b253bba66a89..18b1066e2b91542e4c6feb1ce0a879de19952c4a 100644 (file)
@@ -1,5 +1,7 @@
 
-$(LIBRARY): $(outdir)/config.hh $(O_FILES)
+$(O_FILES): $(outdir)/config.hh
+
+$(LIBRARY): $(O_FILES)
        $(AR) $(ARFLAGS) $@ $(O_FILES)
 # thanks to Nelson Beebe for this trick.
        $(RANLIB) $@ || $(AR) ts $@ || true