diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
commit | f37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch) | |
tree | dfd75e4de6392a8352e2ab1fc6550d87dccdb06c /devel/mipsel-linux-binutils/Makefile | |
parent | b20d1c4deb10c57406da8224b9673695a8a8387b (diff) | |
download | ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip |
Notes
Diffstat (limited to 'devel/mipsel-linux-binutils/Makefile')
-rw-r--r-- | devel/mipsel-linux-binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mipsel-linux-binutils/Makefile b/devel/mipsel-linux-binutils/Makefile index 14fc871f39f9..0d23abf4583e 100644 --- a/devel/mipsel-linux-binutils/Makefile +++ b/devel/mipsel-linux-binutils/Makefile @@ -39,7 +39,7 @@ BINARIES= addr2line ar as c++filt gasp ld nm objcopy objdump ranlib \ post-install: .for F in ${BINARIES} - @strip ${PREFIX}/bin/${PKGNAMEPREFIX}$F + @${STRIP_CMD} ${PREFIX}/bin/${PKGNAMEPREFIX}$F @${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F .endfor |