diff loader/Makefile @ 12632:80973aa180a5

ranlib cleanup by Dan Christiansen
author alex
date Thu, 24 Jun 2004 12:52:17 +0000
parents 6b28eb95c08b
children 331104f5743c
line wrap: on
line diff
--- a/loader/Makefile	Thu Jun 24 12:01:53 2004 +0000
+++ b/loader/Makefile	Thu Jun 24 12:52:17 2004 +0000
@@ -36,6 +36,7 @@
 	./loader_objfix.sh
 endif
 	$(AR) -r libloader.a $(LIB_OBJECTS) stubs.o
+	$(RANLIB) libloader.a
 
 dep:
 	echo "dependency not required/supported"