changeset 22093:e897903bc8ec

Merge both library rules by separating the rule from the dependencies.
author diego
date Sat, 03 Feb 2007 14:02:09 +0000
parents acac2d8bc25f
children e2d1bb1d2c6b
files mpcommon.mak
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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) $@