From 3dada29264a11264325ff181c7a77067ff4ea745 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Thu, 20 Dec 2001 11:52:45 +0000
Subject: Fixup autogeneration of bits/syscalls.h

---
 libc/sysdeps/linux/mips/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'libc')

diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile
index ae0dd5fcd..18a0e5f68 100644
--- a/libc/sysdeps/linux/mips/Makefile
+++ b/libc/sysdeps/linux/mips/Makefile
@@ -73,6 +73,7 @@ $(COBJS): %.o : %.c
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 headers:
+	@(TOPDIR=$(TOPDIR) CC=$(CC) /bin/sh $(TOPDIR)/extra/scripts/gen_bits_syscall_h.sh > bits/syscall.h ) 
 	cd $(TOPDIR)/include;ln -fs ../libc/sysdeps/linux/mipsel/sgidefs.h .
 
 clean:
-- 
cgit v1.2.3