diff libmenu/Makefile @ 12632:80973aa180a5

ranlib cleanup by Dan Christiansen
author alex
date Thu, 24 Jun 2004 12:52:17 +0000
parents fdf41cac41ac
children 7af5fe0860a1
line wrap: on
line diff
--- a/libmenu/Makefile	Thu Jun 24 12:01:53 2004 +0000
+++ b/libmenu/Makefile	Thu Jun 24 12:52:17 2004 +0000
@@ -20,6 +20,7 @@
 
 $(LIBNAME):     $(OBJS)
 	$(AR) r $(LIBNAME) $(OBJS)
+	$(RANLIB) $(LIBNAME)
 
 all:    $(LIBNAME)