diff options
-rw-r--r-- | cross/i386-mingw32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile index bca5e3b4734..8e077702c53 100644 --- a/cross/i386-mingw32/Makefile +++ b/cross/i386-mingw32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/01/24 11:36:10 kent Exp $ +# $NetBSD: Makefile,v 1.6 2002/01/24 16:10:35 kent Exp $ DISTNAME= cross-${TARGET_ARCH}-1.2 PKGREVISION= 2 @@ -136,7 +136,7 @@ mingw-install: libcoldname libmoldname libm libmingwthrd profile/libgmon ; do \ ${INSTALL_DATA} ${MINGW_WRKSRC}/$$file.a ${TARGET_DIR}/lib; \ done - ${INSTALL_PROGRAM} ${MINGW_WRKSRC}/mingwm10.dll ${TARGET_DIR}/lib + ${INSTALL_DATA} ${MINGW_WRKSRC}/mingwm10.dll ${TARGET_DIR}/lib for file in crt1 dllcrt1 crt2 dllcrt2 CRT_noglob crtmt crtst \ profile/gcrt1 profile/gcrt2; do \ ${INSTALL_DATA} ${MINGW_WRKSRC}/$$file.o ${TARGET_DIR}/lib; \ |