diff vidix/Makefile @ 12632:80973aa180a5

ranlib cleanup by Dan Christiansen
author alex
date Thu, 24 Jun 2004 12:52:17 +0000
parents b69ddd4d3bb9
children 3c6a2b6437df
line wrap: on
line diff
--- a/vidix/Makefile	Thu Jun 24 12:01:53 2004 +0000
+++ b/vidix/Makefile	Thu Jun 24 12:52:17 2004 +0000
@@ -21,7 +21,7 @@
 
 $(LIBNAME):	$(OBJS)
 	$(AR) r $(LIBNAME) $(OBJS)
-
+	$(RANLIB) $(LIBNAME)
 
 clean:
 	rm -f *.o *.a *~