View | Details | Raw Unified
Collapse All | Expand All

(-) lib/makefile.orig (-2 / +2 lines)
 Lines 181-188    Link Here 
# Rebuild the library from all the .o files.
# Rebuild the library from all the .o files.
buildlib: $(OBJS)
buildlib: $(OBJS)
	-rm -f $(LIBNAME)
	-rm -f $(LIBNAME)
	ar rc $(LIBNAME)
#	ar -rc $(LIBNAME)
	ar q $(LIBNAME) $(OBJS)
	ar -q $(LIBNAME) $(OBJS)
#ifndef NO_RANLIB
#ifndef NO_RANLIB
	ranlib $(LIBNAME)
	ranlib $(LIBNAME)
#endif
#endif