diff options
author | David McCullough <davidm@snapgear.com> | 2001-06-28 02:27:35 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2001-06-28 02:27:35 +0000 |
commit | bb5e5f375893c7441eb2092466855f7a58c1ed42 (patch) | |
tree | af865e7475dc01ce6d112c2ad6551ab070613df3 /libc/sysdeps/linux/sh/Makefile | |
parent | 572446c2c06ae715e33540251af65fb5ff26e92d (diff) | |
download | uClibc-alpine-bb5e5f375893c7441eb2092466855f7a58c1ed42.tar.bz2 uClibc-alpine-bb5e5f375893c7441eb2092466855f7a58c1ed42.tar.xz |
Changes to support autogenerated syscall.h
Diffstat (limited to 'libc/sysdeps/linux/sh/Makefile')
-rw-r--r-- | libc/sysdeps/linux/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/Makefile b/libc/sysdeps/linux/sh/Makefile index e0504a22c..f24856ade 100644 --- a/libc/sysdeps/linux/sh/Makefile +++ b/libc/sysdeps/linux/sh/Makefile @@ -62,7 +62,7 @@ $(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 |