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

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Thu Feb 16 23:58:01 UTC 2006


Author: nkinder

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

Modified Files:
	Makefile 
Log Message:
Added a space to an addprefix call that was randomly failing on FC4 x86_64


Index: Makefile
===================================================================
RCS file: /cvs/dirsec/setuputil/installer/unix/lib/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	28 Jan 2006 02:33:25 -0000	1.3
+++ Makefile	16 Feb 2006 23:57:54 -0000	1.4
@@ -36,7 +36,7 @@
 
 STAGE=$(OBJDIR)/$(DIR)
 
-OBJS=$(addprefix $(OBJDEST)/,ux-util.o ux-curse.o dialog.o ux-wrapper.o)
+OBJS=$(addprefix $(OBJDEST)/, ux-util.o ux-curse.o dialog.o ux-wrapper.o)
 INCS=ux-util.h dialog.h
 
 LIBS=$(LIBDEST)/libinstall.a




More information about the Fedora-directory-commits mailing list