summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/ld/Makefile.amd64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2011-03-21 04:03:55 +0000
committermarcel <marcel@FreeBSD.org>2011-03-21 04:03:55 +0000
commit33a58e7972e806cb54eb168af23eed66cb3753dd (patch)
treebd8c7a54364300bcf8f9268d5ce7340fa26d347a /gnu/usr.bin/binutils/ld/Makefile.amd64
parente347771c19e724b8f6f65f19eb5dbe52bad74a8f (diff)
downloadFreeBSD-src-33a58e7972e806cb54eb168af23eed66cb3753dd.zip
FreeBSD-src-33a58e7972e806cb54eb168af23eed66cb3753dd.tar.gz
Fix typo: s/LIBSERACHPATH/LIBSEARCHPATH/g
Diffstat (limited to 'gnu/usr.bin/binutils/ld/Makefile.amd64')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.amd64 b/gnu/usr.bin/binutils/ld/Makefile.amd64
index d7276a0..0175820 100644
--- a/gnu/usr.bin/binutils/ld/Makefile.amd64
+++ b/gnu/usr.bin/binutils/ld/Makefile.amd64
@@ -6,7 +6,7 @@ SRCS+= e${NATIVE_EMULATION}.c
CLEANFILES+= e${NATIVE_EMULATION}.c
e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
scripttempl/elf.sc genscripts.sh stringify.sed
- sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${LIBSERACHPATH} \
+ sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${LIBSEARCHPATH} \
${TOOLS_PREFIX}/usr \
${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
${NATIVE_EMULATION} "" no ${NATIVE_EMULATION} ${TARGET_TUPLE}
OpenPOWER on IntegriCloud