diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-14 22:02:58 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-14 22:02:58 +0000 |
commit | d48219f8b28ad90bfb9d5ed2491c13568d714619 (patch) | |
tree | a9e1ce3115d60c02658b8fbe154adf14d15d7e38 /libc/sysdeps/linux/mips/Makefile | |
parent | 8fa4da7fc09e56e3fd3fe7aed9a802f0fdeeeea0 (diff) |
Add missing file to the clean list.
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 ac29d9955..4f07a70be 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -87,4 +87,5 @@ headers: clean: $(RM) *.[oa] *~ core $(RM) bits/sysnum.h + $(RM) $(TOPDIR)/include/fpu_control.h $(RM) $(TOPDIR)/include/sgidefs.h |