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/v850/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/v850/Makefile')
-rw-r--r-- | libc/sysdeps/linux/v850/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/v850/Makefile b/libc/sysdeps/linux/v850/Makefile index e571ddad2..5d367ad39 100644 --- a/libc/sysdeps/linux/v850/Makefile +++ b/libc/sysdeps/linux/v850/Makefile @@ -67,3 +67,5 @@ headers: clean: rm -f *.[oa] *~ core + rm -f bits/syscall.h + |