]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/library-rules.make
Release: update news.
[lilypond.git] / stepmake / stepmake / library-rules.make
index 03f93fba2a3e91f7eb4e56d968517cde3659daa5..18b1066e2b91542e4c6feb1ce0a879de19952c4a 100644 (file)
@@ -1,5 +1,7 @@
 
-$(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.
        $(RANLIB) $@ || $(AR) ts $@ || true