From 7d9509f96c1a3e232a4a5d9f4f6ff45a712915bc Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 13 May 1999 09:19:14 +0000 Subject: [PATCH] Added ../sys/syscall.mk to targets. Back it up like all the other targets. --- sys/kern/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/kern/Makefile b/sys/kern/Makefile index f42a44ef4ffc..00ee277b70d2 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -8,11 +8,12 @@ all: @echo "make tags, make links or init_sysent.c only" init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall-hide.h \ -../sys/sysproto.h: makesyscalls.sh syscalls.master +../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master -mv -f init_sysent.c init_sysent.c.bak -mv -f syscalls.c syscalls.c.bak -mv -f ../sys/syscall.h ../sys/syscall.h.bak -mv -f ../sys/syscall-hide.h ../sys/syscall-hide.h.bak + -mv -f ../sys/syscall.mk ../sys/syscall.mk.bak -mv -f ../sys/sysproto.h ../sys/sysproto.h.bak sh makesyscalls.sh syscalls.master