summaryrefslogtreecommitdiff
path: root/cross/h8300-hms-binutils
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-30 11:17:55 +0000
committerjlam <jlam>2002-09-30 11:17:55 +0000
commit19165a26220a5655a15db0a3e8080a68f63d8790 (patch)
tree705541a7b26d565d9290f46a844f8521df54e290 /cross/h8300-hms-binutils
parentc03ca7a214933c8346ecde7a02d95c6ed1fad8b8 (diff)
downloadpkgsrc-19165a26220a5655a15db0a3e8080a68f63d8790.tar.gz
We refer to ${LOCALBASE}/bin as ${PREFIX}/bin within a package.
Diffstat (limited to 'cross/h8300-hms-binutils')
-rw-r--r--cross/h8300-hms-binutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile
index bf1c8e12d5c..60983976e18 100644
--- a/cross/h8300-hms-binutils/Makefile
+++ b/cross/h8300-hms-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/09/30 11:15:29 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/30 11:17:55 jlam Exp $
DISTNAME= binutils-2.12.1
PKGNAME= cross-h8300-hms-binutils-2.12.1
@@ -36,7 +36,7 @@ post-install:
h8300-hms-addr2line h8300-hms-readelf h8300-hms-nm \
h8300-hms-strip h8300-hms-c++filt h8300-hms-as \
h8300-hms-gasp h8300-hms-ld ; do \
- ${LN} -s ${H8300_PREFIX}/bin/$$f ${LOCALBASE}/bin/$$f; \
+ ${LN} -s ${H8300_PREFIX}/bin/$$f ${PREFIX}/bin/$$f; \
done
${MV} ${H8300_PREFIX}/lib/libiberty.a \
${H8300_PREFIX}/lib/libiberty_binutils.a