[Fedora-directory-commits] setuputil/installer/unix/lib Makefile, 1.5, 1.6

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Feb 24 18:25:52 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/setuputil/installer/unix/lib
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25268

Modified Files:
	Makefile 
Log Message:
ranlib does not take extra arguments - omit CURSES


Index: Makefile
===================================================================
RCS file: /cvs/dirsec/setuputil/installer/unix/lib/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	23 Feb 2006 00:43:13 -0000	1.5
+++ Makefile	24 Feb 2006 18:25:44 -0000	1.6
@@ -90,7 +90,7 @@
 
 $(LIBS): $(OBJS) 
 	$(AR) $^
-	$(RANLIB) $@ $(CURSES)
+	$(RANLIB) $@
 
 $(STAGE): $(DISTINC)
 	cp $(INCS) $(DISTINC)




More information about the Fedora-directory-commits mailing list