diff liba52/Makefile @ 12632:80973aa180a5

ranlib cleanup by Dan Christiansen
author alex
date Thu, 24 Jun 2004 12:52:17 +0000
parents d7ec2e2bb0da
children 4e7d8679d6d8
line wrap: on
line diff
--- a/liba52/Makefile	Thu Jun 24 12:01:53 2004 +0000
+++ b/liba52/Makefile	Thu Jun 24 12:52:17 2004 +0000
@@ -17,6 +17,7 @@
 
 $(LIBNAME):	$(OBJS)
 	$(AR) r $(LIBNAME) $(OBJS)
+	$(RANLIB) $(LIBNAME)
 
 test:        $(LIBNAME) test.c
 	$(CC) $(CFLAGS)  test.c ../cpudetect.c -o test ./liba52.a -lm