diff options
author | Miles Bader <miles@lsi.nec.co.jp> | 2002-09-05 05:29:49 +0000 |
---|---|---|
committer | Miles Bader <miles@lsi.nec.co.jp> | 2002-09-05 05:29:49 +0000 |
commit | e72144d6265637d1e34bd79f5e373b4ff98d4d29 (patch) | |
tree | c9cda2a39e645575df372fe90840cc1176f6055b /Makefile | |
parent | a9b6db9b78d8c63eafde91be08f12c6fa0ba1311 (diff) |
Change <bits/syscall.h> to <bits/sysnum.h>.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -129,8 +129,8 @@ headers: dummy fi @cd $(TOPDIR); \ set -x -e; \ - rm -f include/bits/syscall.h; \ - TOPDIR=$(TOPDIR) CC=$(CC) /bin/sh $(TOPDIR)/extra/scripts/gen_bits_syscall_h.sh > include/bits/syscall.h + rm -f include/bits/sysnum.h; \ + TOPDIR=$(TOPDIR) CC=$(CC) /bin/sh $(TOPDIR)/extra/scripts/gen_bits_syscall_h.sh > include/bits/sysnum.h $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers uClibc_config: Makefile Config |