]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/library-rules.make
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / stepmake / stepmake / library-rules.make
1
2 $(O_FILES): $(outdir)/config.hh
3
4 $(LIBRARY): $(O_FILES)
5         $(AR) $(ARFLAGS) $@ $(O_FILES)
6 # thanks to Nelson Beebe for this trick.
7         $(RANLIB) $@ || $(AR) ts $@ || true
8
9
10