Skip to content

Commit 7f69de9

Browse files
committed
rust-bin: remove reference to obsolete files
1 parent f3183f5 commit 7f69de9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lang/rust-bin/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.14 2020/10/10 17:13:48 nia Exp $
1+
# $NetBSD: Makefile,v 1.15 2020/10/22 18:15:41 nia Exp $
22

33
DISTNAME= rust-1.47.0
44
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
@@ -110,8 +110,6 @@ fix-darwin-install-name:
110110
$$f; \
111111
done; \
112112
done
113-
install_name_tool -id ${PREFIX}/lib/rustlib/${RUST_ARCH}/lib/python2.7/site-packages/lldb/_lldb.so \
114-
${DESTDIR}${PREFIX}/lib/rustlib/${RUST_ARCH}/lib/python2.7/site-packages/lldb/_lldb.so
115113
. endfor
116114
.else
117115
TOOL_DEPENDS+= patchelf-[0-9]*:../../devel/patchelf

0 commit comments

Comments
 (0)