diff options
author | David Schleef <ds@schleef.org> | 2001-05-26 01:48:56 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-05-26 01:48:56 +0000 |
commit | 86cffec4d5a8aa8c54bb3653cd289f4b92bfa3e1 (patch) | |
tree | 8a7c4e2ff510e83050d9d12d916edb2d53d11d4d /libc/sysdeps/linux/i386 | |
parent | d0c0ebb78efe2fba3132c78c70b26373b4660353 (diff) | |
download | uClibc-alpine-86cffec4d5a8aa8c54bb3653cd289f4b92bfa3e1.tar.bz2 uClibc-alpine-86cffec4d5a8aa8c54bb3653cd289f4b92bfa3e1.tar.xz |
Makefile targets to symlink arch-specific headers into include/ (only
used on mipsel.)
Diffstat (limited to 'libc/sysdeps/linux/i386')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index afca6bd82..f55b91355 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -59,6 +59,9 @@ $(COBJS): %.o : %.c $(CC) $(CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o +headers: + # No arch specific headers + clean: rm -f *.[oa] *~ core |