From d4fb0a7bba20a3332c5da4ef9fec724e0979f837 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 28 Nov 2007 17:59:52 +0000 Subject: [PATCH] make install now works properly on systems which produce wierd uname results git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1481 fd59a12c-fef9-0310-b244-a6a79926bd2f --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 83b2d3e3..1f50c8e6 100644 --- a/Makefile +++ b/Makefile @@ -84,8 +84,8 @@ help: @echo @echo "Requirements: GCC, LD, and a Linux 2.4/2.6 kernel." @echo "Tested on:" - @echo " Debian Sarge(i386), Redhat 9(i386), Fedora Core 2(i386), Fedora Core" - @echo " 4(i386,x86_64), SOLARIS, MontaVista Carrier Grade Edition 3.1(i386, x86_64," + @echo " Debian Sarge(i386), Redhat 9(i386), Fedora Core 2 (i386), Fedora Core" + @echo " 4, 5 (i386,x86_64), SOLARIS, MontaVista Carrier Grade Edition 3.1(i386, x86_64," @echo " classic ppc, ppc970, xscale) and buildroot/uclibc(ppc e500/603e)" @echo @echo Targets: @@ -152,7 +152,7 @@ install: all fi \ done - echo $(LIBDIR) > $(DESTDIR)$(ETCDIR)/ld.so.conf.d/openais-$(ARCH).conf + echo $(LIBDIR) > "$(DESTDIR)$(ETCDIR)/ld.so.conf.d/openais-$(ARCH).conf" install -m 755 $(builddir)exec/*lcrso $(DESTDIR)$(LCRSODIR) install -m 755 $(builddir)exec/aisexec $(DESTDIR)$(SBINDIR)