summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-07 09:58:54 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-07 09:58:54 +0000
commitb3f5e468f2c257dac3121984c096ade30e3adf30 (patch)
tree2f5056fff0eba6ff430fbb3700ac15e283f7fb18 /libc/sysdeps/linux/m68k/Makefile
parent8a3b89cb2489048f1f42cd8db81e036c0c1ef2a8 (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/m68k/Makefile')
-rw-r--r--libc/sysdeps/linux/m68k/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/m68k/Makefile b/libc/sysdeps/linux/m68k/Makefile
index 701f339dd..f9f90ee44 100644
--- a/libc/sysdeps/linux/m68k/Makefile
+++ b/libc/sysdeps/linux/m68k/Makefile
@@ -81,6 +81,7 @@ endif
clean:
rm -f *.[oa] *~ core
+ rm -f bits/syscall.h
ifeq ($(strip $(HAVE_ELF)),false)
rm -f $(TOPDIR)/include/float.h
endif