diff options
author | David Schleef <ds@schleef.org> | 2001-07-03 01:27:49 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-03 01:27:49 +0000 |
commit | 100a8ed2de7308c3c601d9e14b0d2f5d056cdad7 (patch) | |
tree | f37e80fd81a06e321b706d5cacb7ff44f34a519b /libc/sysdeps/linux | |
parent | cb546530de8c6c9abab0165531643bd1a1ce7c58 (diff) |
Fix to autogen bits/syscall.h, like i386
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/powerpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |