[Fedora-directory-commits] setuputil/installer/unix/lib Makefile, 1.1.1.1, 1.2

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu Jan 19 23:10:21 UTC 2006


Author: nhosoi

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

Modified Files:
	Makefile 
Log Message:
Supporting build on HP-UX IPF.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/setuputil/installer/unix/lib/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile	29 Jul 2005 22:16:32 -0000	1.1.1.1
+++ Makefile	19 Jan 2006 23:10:11 -0000	1.2
@@ -87,9 +87,9 @@
 $(DISTINC):
 	mkdir -p $(DISTINC)
 
-$(LIBS): $(OBJS) $(CURSES)
+$(LIBS): $(OBJS) 
 	$(AR) $?
-	$(RANLIB) $@
+	$(RANLIB) $@ $(CURSES)
 
 $(STAGE): $(DISTINC)
 	cp $(INCS) $(DISTINC)




More information about the Fedora-directory-commits mailing list