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

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Thu Feb 23 00:43:23 UTC 2006


Author: nkinder

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

Modified Files:
	Makefile 
Log Message:
Fixed intermittent build failure on fast machines caused by an incorrect automatic variable


Index: Makefile
===================================================================
RCS file: /cvs/dirsec/setuputil/installer/unix/lib/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	16 Feb 2006 23:57:54 -0000	1.4
+++ Makefile	23 Feb 2006 00:43:13 -0000	1.5
@@ -89,7 +89,7 @@
 	mkdir -p $(DISTINC)
 
 $(LIBS): $(OBJS) 
-	$(AR) $?
+	$(AR) $^
 	$(RANLIB) $@ $(CURSES)
 
 $(STAGE): $(DISTINC)




More information about the Fedora-directory-commits mailing list