]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/library-rules.make
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / stepmake / stepmake / library-rules.make
1
2 $(LIBRARY): $(outdir)/config.hh $(O_FILES)
3         $(AR) $(ARFLAGS) $@ $(O_FILES)
4 # thanks to Nelson Beebe for this trick.
5         $(RANLIB) $@ || $(AR) ts $@ || true
6
7
8