Remove double slash in path
This commit is contained in:
parent
493116edc5
commit
7a6ef19aff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue