assym.fth.h also requires sparc symlink. Fix build without DESTDIR.
This commit is contained in:
parent
5f508bdac7
commit
0f492f906e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user