diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-07-18 14:18:51 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-07-18 14:18:51 +0000 |
commit | f38fe438b4a89f60c456b0ca500e5762633526bb (patch) | |
tree | 04426f2aec935653db64a70b02f7cf6f8b011dbb /cross | |
parent | abc23acc1be8abb37a84a181ff5e4b07414f9078 (diff) | |
download | pkgsrc-f38fe438b4a89f60c456b0ca500e5762633526bb.tar.gz |
Remove double slash in path
Diffstat (limited to 'cross')
-rw-r--r-- | cross/mingw-w64-x86_64-crt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/mingw-w64-x86_64-crt/Makefile b/cross/mingw-w64-x86_64-crt/Makefile index 9414c687fae..2c583fd43b8 100644 --- a/cross/mingw-w64-x86_64-crt/Makefile +++ b/cross/mingw-w64-x86_64-crt/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2018/06/07 19:19:46 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/18 14:18:51 ryoon Exp $ .include "../../cross/mingw-w64-x86_64-crt/Makefile.common" PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-x86_64-crt-/} COMMENT= Mingw-w64 C runtime for win64 cross-development -BUILD_DEPENDS+= mingw-w64-x86_64-gcc-bootstrap-[0-9]*:../..//cross/mingw-w64-x86_64-gcc-bootstrap +BUILD_DEPENDS+= mingw-w64-x86_64-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-x86_64-gcc-bootstrap MINGW_TARGET= ${MINGW_W64_64_TARGET} CONFIGURE_ARGS+= --disable-lib32 |