From 86cffec4d5a8aa8c54bb3653cd289f4b92bfa3e1 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 26 May 2001 01:48:56 +0000 Subject: Makefile targets to symlink arch-specific headers into include/ (only used on mipsel.) --- libc/sysdeps/linux/mips/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/mips') diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile index 00061de71..e4a582b5a 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -71,6 +71,9 @@ $(COBJS): %.o : %.c $(CC) $(CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o +headers: + cd $(TOPDIR)/include;ln -s ../libc/sysdeps/linux/mipsel/sgidefs.h . + clean: rm -f *.[oa] *~ core -- cgit v1.2.3