summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpcommon.mak4
1 files changed, 1 insertions, 3 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index 1431a9636a..1308037f90 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -12,10 +12,8 @@ LIBS = $(LIBNAME) $(LIBNAME2)
all: $(LIBS)
$(LIBNAME): $(OBJS)
- $(AR) r $@ $^
- $(RANLIB) $@
-
$(LIBNAME2): $(OBJS2)
+$(LIBNAME) $(LIBNAME2): $(OBJS2)
$(AR) r $@ $^
$(RANLIB) $@