diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-07 09:58:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-07 09:58:54 +0000 |
commit | b3f5e468f2c257dac3121984c096ade30e3adf30 (patch) | |
tree | 2f5056fff0eba6ff430fbb3700ac15e283f7fb18 /libc/sysdeps/linux/mips/Makefile | |
parent | 8a3b89cb2489048f1f42cd8db81e036c0c1ef2a8 (diff) |
Mahe 'make clean' remove generated bits/syscall.h, as
noted by "Kim B. Heino" <Kim.Heino@bluegiga.com>
-Erik
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 2d881d774..3b7e5da63 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -78,4 +78,5 @@ headers: clean: rm -f *.[oa] *~ core + rm -f bits/syscall.h |