]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/library-rules.make
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / stepmake / stepmake / library-rules.make
index 64d49bc098a65609c18875ae40ff813cc3f30072..18b1066e2b91542e4c6feb1ce0a879de19952c4a 100644 (file)
@@ -1,7 +1,9 @@
 
-$(LIBRARY): $(outdir)/config.h $(O_FILES)
+$(O_FILES): $(outdir)/config.hh
+
+$(LIBRARY): $(O_FILES)
        $(AR) $(ARFLAGS) $@ $(O_FILES)
-       # thanks to Nelson Beebe for this trick.
+# thanks to Nelson Beebe for this trick.
        $(RANLIB) $@ || $(AR) ts $@ || true