blob: ed969e947b6f417d8540e2fea5381bbe6839d016 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- Makefile.am.original Sat Dec 7 16:06:44 2002
+++ Makefile.am Thu Dec 5 21:01:50 2002
@@ -127,6 +127,7 @@
libgetopt.a: getopt.o getopt1.o
$(AR) -r $@ getopt.o getopt1.o
+ $(RANLIB) $@
libsnprintf.a: snprintf.o
$(AR) -r $@ snprintf.o
|