--- lib/makefile.orig 2005-10-02 12:54:59.000000000 +0200 +++ lib/makefile 2005-10-02 12:55:50.000000000 +0200 @@ -181,8 +181,8 @@ # Rebuild the library from all the .o files. buildlib: $(OBJS) -rm -f $(LIBNAME) - ar rc $(LIBNAME) - ar q $(LIBNAME) $(OBJS) +# ar -rc $(LIBNAME) + ar -q $(LIBNAME) $(OBJS) #ifndef NO_RANLIB ranlib $(LIBNAME) #endif