Index: trunk/src_3rd/libcdtr/Makefile =================================================================== --- trunk/src_3rd/libcdtr/Makefile (revision 33580) +++ trunk/src_3rd/libcdtr/Makefile (revision 33581) @@ -10,8 +10,11 @@ include Makefile.dep $(LIBA): $(OBJS) - -rm $(LIBA) - ar ru $(LIBA) $(OBJS) + @touch $(LIBA) + @rm $(LIBA) + @ar ru $(LIBA) $(OBJS) + -ar s $(LIBA) + -ranlib $(LIBA) cdt_test.o: cdt_test.c $(CC) $(CFLAGS) -c cdt_test.c -o $@