diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-30 11:17:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-30 11:17:55 +0000 |
commit | f36cef4df53d921361d58f7472e0e09bad9058bb (patch) | |
tree | 705541a7b26d565d9290f46a844f8521df54e290 /cross/h8300-hms-binutils | |
parent | b4e8368c4df844750d06468ef94e48709d3864bf (diff) | |
download | pkgsrc-f36cef4df53d921361d58f7472e0e09bad9058bb.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/Makefile | 4 |
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 |