From b3f5e468f2c257dac3121984c096ade30e3adf30 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 7 Jan 2002 09:58:54 +0000 Subject: Mahe 'make clean' remove generated bits/syscall.h, as noted by "Kim B. Heino" -Erik --- libc/sysdeps/linux/m68k/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/m68k') 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 -- cgit v1.2.3