diff options
author | David Schleef <ds@schleef.org> | 2001-07-03 03:58:06 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-03 03:58:06 +0000 |
commit | b8308706e4b5035d6fd643e9f90d193ff3d91789 (patch) | |
tree | b57c950d91fd49445a0f005f8a669dc895a9c7ac /libc | |
parent | 488601f7ee6f6f497e3a6a0000c19830a66818e8 (diff) |
remove bits/syscall.h when cleaning
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |