* Support NetBSD and Linux in path.

This commit is contained in:
Ryo ONODERA 2013-01-18 10:13:04 +00:00 committed by Thomas Klausner
parent b711b17329
commit 1315686c24

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2013/01/15 13:08:04 ryo-on Exp $
# $NetBSD: Makefile,v 1.3 2013/01/18 10:13:04 ryo-on Exp $
#
DISTNAME= mozc-1.6.1187.102
@ -16,7 +16,7 @@ do-build:
gui/gui.gyp:mozc_tool
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/out_bsd/Release/mozc_tool \
${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/Release/mozc_tool \
${DESTDIR}${PREFIX}/libexec
.include "../../wip/ibus-mozc/Makefile.common"