]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/library-rules.make
* SConstruct: Further development.
[lilypond.git] / stepmake / stepmake / library-rules.make
index 03f93fba2a3e91f7eb4e56d968517cde3659daa5..942c4f01df369ce397b4fa02d302b253bba66a89 100644 (file)
@@ -1,5 +1,5 @@
 
-$(LIBRARY): $(outdir)/config.h $(O_FILES)
+$(LIBRARY): $(outdir)/config.hh $(O_FILES)
        $(AR) $(ARFLAGS) $@ $(O_FILES)
 # thanks to Nelson Beebe for this trick.
        $(RANLIB) $@ || $(AR) ts $@ || true