changeset 22115:cc925b0d1335

100l: Copy and paste typo, library dependencies and rules are separated now.
author diego
date Sun, 04 Feb 2007 19:18:26 +0000
parents 9bc7a6022cde
children c90733d6a870
files mpcommon.mak
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.mak	Sun Feb 04 16:08:29 2007 +0000
+++ b/mpcommon.mak	Sun Feb 04 19:18:26 2007 +0000
@@ -13,7 +13,7 @@
 
 $(LIBNAME): $(OBJS)
 $(LIBNAME2): $(OBJS2)
-$(LIBNAME) $(LIBNAME2): $(OBJS2)
+$(LIBNAME) $(LIBNAME2):
 	$(AR) r $@ $^
 	$(RANLIB) $@