From b8308706e4b5035d6fd643e9f90d193ff3d91789 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 3 Jul 2001 03:58:06 +0000 Subject: remove bits/syscall.h when cleaning --- libc/sysdeps/linux/i386/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index a2c78aca7..c346885a1 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -76,4 +76,5 @@ headers: clean: rm -f *.[oa] *~ core + rm -f bits/syscall.h -- cgit v1.2.3