Make sure the machine symlink is there in the dependall step.

This commit is contained in:
wiz 2002-05-02 18:54:32 +00:00
parent aa4109feb4
commit 851d26f9a9
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2002/05/02 18:35:02 wiz Exp $ # $NetBSD: Makefile,v 1.8 2002/05/02 18:54:32 wiz Exp $
PROG= bootelf PROG= bootelf
SRCS= boot.c byteorder.c loadfile.c loadfile_elf32.c SRCS= boot.c byteorder.c loadfile.c loadfile_elf32.c
@ -13,6 +13,8 @@ LDSTATIC?= -static
CLEANFILES+= machine CLEANFILES+= machine
realdepend realall: machine
machine:: machine::
-rm -f $@ -rm -f $@
ln -s ${.CURDIR}/../../../../arch/${MACHINE}/include $@ ln -s ${.CURDIR}/../../../../arch/${MACHINE}/include $@