From a1323d3f16d9a8167e979a819fe8887e6c1ca4ae Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 26 Jan 2009 00:44:32 +0000 Subject: [PATCH] add a few quotes to make older make(1) happy. --- gnu/usr.bin/binutils/ld/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index 1d5fdaccd15d..e7c860e2e8bf 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/01/06 03:08:39 mrg Exp $ +# $NetBSD: Makefile,v 1.29 2009/01/26 00:44:32 christos Exp $ .include @@ -76,10 +76,10 @@ CLEANFILES+= .depend.${f} e${f}.c # XXX super hack . if (${MACHINE_ARCH} == "x86_64" && \ - (${f} == "elf_i386" || ${f} == "i386nbsd")) + ("${f}" == "elf_i386" || "${f}" == "i386nbsd")) EMUL_LIB_PATH.${f}=/usr/lib/i386 . elif (${MACHINE_ARCH} == "sparc64" && \ - (${f} == "elf32_sparc" || ${f} == "sparcnbsd")) + ("${f}" == "elf32_sparc" || "${f}" == "sparcnbsd")) EMUL_LIB_PATH.${f}=/usr/lib/sparc . else EMUL_LIB_PATH.${f}=/usr/lib