summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@lsi.nec.co.jp>2002-09-05 05:29:49 +0000
committerMiles Bader <miles@lsi.nec.co.jp>2002-09-05 05:29:49 +0000
commite72144d6265637d1e34bd79f5e373b4ff98d4d29 (patch)
treec9cda2a39e645575df372fe90840cc1176f6055b /Makefile
parenta9b6db9b78d8c63eafde91be08f12c6fa0ba1311 (diff)
Change <bits/syscall.h> to <bits/sysnum.h>.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57767b8f3..6adec9824 100644
--- a/Makefile
+++ b/Makefile
@@ -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