make this rebuild generated files by default, and don't build .bak files

This commit is contained in:
perry 2005-02-26 23:43:15 +00:00
parent 834b86bb6d
commit 6377fcfee3
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2003/10/26 07:25:37 lukem Exp $
# $NetBSD: Makefile,v 1.3 2005/02/26 23:43:15 perry Exp $
.include <bsd.sys.mk> # for HOST_SH
@ -7,8 +7,8 @@ OBJS= mach_ppccalls_sysent.c mach_ppccalls_syscalls.c \
mach_ppccalls_syscall.h mach_ppccalls_syscallargs.h
${OBJS}: ${DEP}
-mv -f mach_ppccalls_sysent.c mach_ppccalls_sysent.c.bak
-mv -f mach_ppccalls_syscalls.c mach_ppccalls_syscalls.c.bak
-mv -f mach_ppccalls_syscall.h mach_ppccalls_syscall.h.bak
-mv -f mach_ppccalls_syscallargs.h mach_ppccalls_syscallargs.h.bak
${HOST_SH} ../../../../../kern/makesyscalls.sh syscalls.conf syscalls.master
all: ${OBJS}
.include <bsd.kinc.mk>