[klibc] Fix incorrect dependency

Remove a bogus dependency which would cause circular rebuilds at
high -j levels.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>

---
commit 540f76e3b9d0272b50e2cc9be086b1f77606cc58
tree 636ac799e7517bb954e66a8eebb6adbcdd7b21d8
parent 52a83f25c64f52abb81c6e93977cf00247176e1b
author H. Peter Anvin <hpa@zytor.com> Wed, 21 Jun 2006 11:36:58 -0700
committer H. Peter Anvin <hpa@zytor.com> Wed, 21 Jun 2006 11:36:58 -0700

 usr/klibc/syscalls/Kbuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/usr/klibc/syscalls/Kbuild b/usr/klibc/syscalls/Kbuild
index e7ae1d2..a1d408d 100644
--- a/usr/klibc/syscalls/Kbuild
+++ b/usr/klibc/syscalls/Kbuild
@@ -64,7 +64,6 @@ quiet_cmd_syscalsz = GEN     $@
 
 $(obj)/typesize.c: $(KLIBCSRC)/syscalls.pl $(obj)/SYSCALLS.i \
                       $(KLIBCSRC)/arch/$(KLIBCARCHDIR)/sysstub.ph \
-                      $(call objectify, $(syscall-objs:.o=.S)) \
                       $(src)/syscommon.h $(obj)/syscalls.nrs FORCE
 	$(call if_changed,syscalsz)
 



!-------------------------------------------------------------flip-


