diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-06-04 16:07:56 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-06-04 16:07:56 +0000 |
commit | 611717e47e17abf61127ab37d6b66c31085d3f46 (patch) | |
tree | c8586b8f908aaf6b1d733e68f54f07520fa4538d /libc/sysdeps/linux/mips/Makefile | |
parent | d99d54f5e109bdced8c39a13c0261ede0f5efd3b (diff) |
Changes so that 'regdef.h' gets included in the development environment.
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 175271c9e..15bdf9b1b 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -62,6 +62,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 . clean: rm -f *.[oa] *~ core |