X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Flibrary-rules.make;h=942c4f01df369ce397b4fa02d302b253bba66a89;hb=9458fa215af0294e9c38d62cc3a237a85fe50509;hp=03f93fba2a3e91f7eb4e56d968517cde3659daa5;hpb=df1ebcb1da4b94c15e4708af96c1585a6dbaf74e;p=lilypond.git diff --git a/stepmake/stepmake/library-rules.make b/stepmake/stepmake/library-rules.make index 03f93fba2a..942c4f01df 100644 --- a/stepmake/stepmake/library-rules.make +++ b/stepmake/stepmake/library-rules.make @@ -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