From 100a8ed2de7308c3c601d9e14b0d2f5d056cdad7 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 3 Jul 2001 01:27:49 +0000 Subject: Fix to autogen bits/syscall.h, like i386 --- libc/sysdeps/linux/powerpc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/powerpc/Makefile') diff --git a/libc/sysdeps/linux/powerpc/Makefile b/libc/sysdeps/linux/powerpc/Makefile index c2190de6f..0d52510e6 100644 --- a/libc/sysdeps/linux/powerpc/Makefile +++ b/libc/sysdeps/linux/powerpc/Makefile @@ -71,8 +71,9 @@ $(COBJS): %.o : %.c $(STRIPTOOL) -x -R .note -R .comment $*.o headers: - # no arch-specific headers + @(TOPDIR=$(TOPDIR) CC=$(CC) /bin/sh $(TOPDIR)/extra/scripts/gen_bits_syscall_h.sh >bits/syscall.h) clean: rm -f *.[oa] *~ core + rm -f bits/syscall.h -- cgit v1.2.3