# HG changeset patch # User Matti Hamalainen # Date 1353405912 -7200 # Node ID 6261511ecc9678e3dc718cb405b847a0e3f383e0 # Parent f0354b35d9061553b7f88039946a90641fd9990a Object files were added to the thlibs.a archive twice. Fixed. diff -r f0354b35d906 -r 6261511ecc96 Makefile.gen --- a/Makefile.gen Thu Nov 15 21:39:03 2012 +0200 +++ b/Makefile.gen Tue Nov 20 12:05:12 2012 +0200 @@ -38,7 +38,7 @@ $(CC) $(CFLAGS) -c -o $@ $< -I$(THLIBS) $(THLIBS_A): $(addprefix $(OBJPATH),$(THLIBS_OBJ)) - $(AR) cru $@ $+ + $(AR) cru $@ $(addprefix $(OBJPATH),$(THLIBS_OBJ)) $(RANLIB) $@ main.c: VERSION