Fix mk file for cross compilation (2)

This commit is contained in:
Thomas Veerman 2012-05-02 14:33:27 +02:00 committed by Thomas Veerman
parent 0bcc4c15c9
commit 4b94e52787
2 changed files with 2 additions and 1 deletions

View file

@ -343,6 +343,7 @@ TOOL_STAT= ${TOOLDIR}/bin/${_TOOL_PREFIX}stat
TOOL_STRFILE= ${TOOLDIR}/bin/${_TOOL_PREFIX}strfile
TOOL_SUNLABEL= ${TOOLDIR}/bin/${_TOOL_PREFIX}sunlabel
TOOL_TBL= ${TOOLDIR}/bin/${_TOOL_PREFIX}tbl
TOOL_TIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}tic
TOOL_UUDECODE= ${TOOLDIR}/bin/${_TOOL_PREFIX}uudecode
TOOL_VGRIND= ${TOOLDIR}/bin/${_TOOL_PREFIX}vgrind -f
TOOL_ZIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}zic
@ -414,6 +415,7 @@ TOOL_STAT= stat
TOOL_STRFILE= strfile
TOOL_SUNLABEL= sunlabel
TOOL_TBL= tbl
TOOL_TIC= tic
TOOL_UUDECODE= uudecode
TOOL_VGRIND= vgrind -f
TOOL_ZIC= zic

View file

@ -7,7 +7,6 @@ realall: terminfo.db
FILES=terminfo.db terminfo
.if defined(__MINIX)
FILESDIR=/usr/share/terminfo
TOOL_TIC=/usr/bin/tic
.else
FILESDIR=${BINDIR}/misc
.endif