diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/Makefile')
-rw-r--r-- | libc/sysdeps/linux/mips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile index eaeff33b7..a226a8466 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -55,6 +55,7 @@ $(COBJS): %.o : %.c headers: cd $(TOPDIR)/include && ln -fs ../libc/sysdeps/linux/mips/sgidefs.h . # cd $(TOPDIR)/include && ln -fs ../libc/sysdeps/linux/mips/regdef.h . + cd $(TOPDIR)/include && ln -fs ../libc/sysdeps/linux/mips/fpu_control.h . clean: rm -f *.[oa] *~ core |