diff Gui/Makefile @ 12632:80973aa180a5

ranlib cleanup by Dan Christiansen
author alex
date Thu, 24 Jun 2004 12:52:17 +0000
parents 6d6ba8e88e57
children 24d26e525df7
line wrap: on
line diff
--- a/Gui/Makefile	Thu Jun 24 12:01:53 2004 +0000
+++ b/Gui/Makefile	Thu Jun 24 12:52:17 2004 +0000
@@ -27,6 +27,7 @@
 $(LIB):	.depend	$(OBJS)
 	rm -f $(LIB)
 	$(AR) rc $(LIB) $(OBJS) $(MPLAYEROBJS)
+	$(RANLIB) $(LIB)
 
 all:	$(LIB)