# HG changeset patch # User diego # Date 1170511329 0 # Node ID e897903bc8ec0d0f07bf2b2828e1ba2c4ad802a3 # Parent acac2d8bc25f0c31390da2a7a778e1b6e0463307 Merge both library rules by separating the rule from the dependencies. diff -r acac2d8bc25f -r e897903bc8ec mpcommon.mak --- a/mpcommon.mak Sat Feb 03 13:20:31 2007 +0000 +++ b/mpcommon.mak Sat Feb 03 14:02:09 2007 +0000 @@ -12,10 +12,8 @@ all: $(LIBS) $(LIBNAME): $(OBJS) - $(AR) r $@ $^ - $(RANLIB) $@ - $(LIBNAME2): $(OBJS2) +$(LIBNAME) $(LIBNAME2): $(OBJS2) $(AR) r $@ $^ $(RANLIB) $@