# HG changeset patch # User Matti Hamalainen # Date 1353525642 -7200 # Node ID 2a70f5902b70c95ba37368ca8494b9effb7f3b90 # Parent 8b3080325eff3407cf1e843e0cf5fe45909fb633 Objects being added twice to the lib archive fixed. diff -r 8b3080325eff -r 2a70f5902b70 Makefile.gen --- a/Makefile.gen Mon Nov 19 17:34:50 2012 +0200 +++ b/Makefile.gen Wed Nov 21 21:20:42 2012 +0200 @@ -319,7 +319,7 @@ $(DMLIB_A): $(addprefix $(OBJPATH),$(DMLIB_OBJS)) $(DMLIB)Makefile.gen config.mak @echo " AR $@ $(addprefix $(OBJPATH),$(DMLIB_OBJS))" - @$(AR) cru $@ $+ $(addprefix $(OBJPATH),$(DMLIB_OBJS)) + @$(AR) cru $@ $(addprefix $(OBJPATH),$(DMLIB_OBJS)) @$(RANLIB) $@