assym.fth.h also requires sparc symlink. Fix build without DESTDIR.

This commit is contained in:
tsutsui 2009-04-06 12:43:26 +00:00
parent 5f508bdac7
commit 0f492f906e

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2008/10/19 22:05:21 apb Exp $
# $NetBSD: Makefile,v 1.12 2009/04/06 12:43:26 tsutsui Exp $
CURDIR= ${.CURDIR}
S= ${CURDIR}/../../../..
@ -32,7 +32,7 @@ sparc:
machine:
ln -s ${.CURDIR}/../../../${MACHINE}/include machine
assym.fth.h: genfth.cf machine
assym.fth.h: genfth.cf machine sparc
${TOOL_GENASSYM} -f -- ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
<${.CURDIR}/genfth.cf >assym.fth.h.tmp && \
mv -f assym.fth.h.tmp assym.fth.h