]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/library-rules.make
Release: update news.
[lilypond.git] / stepmake / stepmake / library-rules.make
index 64d49bc098a65609c18875ae40ff813cc3f30072..942c4f01df369ce397b4fa02d302b253bba66a89 100644 (file)
@@ -1,7 +1,7 @@
 
-$(LIBRARY): $(outdir)/config.h $(O_FILES)
+$(LIBRARY): $(outdir)/config.hh $(O_FILES)
        $(AR) $(ARFLAGS) $@ $(O_FILES)
-       # thanks to Nelson Beebe for this trick.
+# thanks to Nelson Beebe for this trick.
        $(RANLIB) $@ || $(AR) ts $@ || true