Create ${MACHINE_ARCH} symlink as well for stand progs.

This commit is contained in:
tsutsui 2003-07-20 02:38:43 +00:00
parent 514fc67c71
commit bf6ea868f8
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.12 2001/01/02 04:14:34 simonb Exp $
# $NetBSD: Makefile.inc,v 1.13 2003/07/20 02:38:43 tsutsui Exp $
BINDIR= /usr/mdec
@ -14,7 +14,9 @@ machine-links:
ln -s $S/arch/hp300/include machine
-rm -f hp300 && \
ln -s $S/arch/hp300/include hp300
CLEANFILES+=machine hp300
-rm -f m68k && \
ln -s $S/arch/m68k/include m68k
CLEANFILES+=machine hp300 m68k
realall: machine-links ${PROG}