summaryrefslogtreecommitdiff
blob: 462357200816fdeadeeb894537fbee2bea800506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
some hosts are more anal about ar usage than others

http://bugs.gentoo.org/107428

--- lib/makefile.src
+++ lib/makefile.src
@@ -181,8 +181,7 @@
 # Rebuild the library from all the .o files.
 buildlib: $(OBJS)
 	-rm -f $(LIBNAME)
-	ar rc $(LIBNAME)
-	ar q $(LIBNAME) $(OBJS)
+	ar rc $(LIBNAME) $(OBJS)
 #ifndef NO_RANLIB
 	ranlib $(LIBNAME)
 #endif