diff options
Diffstat (limited to 'libc/Makefile')
-rw-r--r-- | libc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/Makefile b/libc/Makefile index 31e4bab17..f66d28999 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -98,8 +98,6 @@ tags: ctags -R clean: subdirs_clean halfclean - @$(RM) -r tmp - $(RM) include/asm include/linux include/bits $(RM) obj.* subdirs: $(patsubst %, _dir_%, $(DIRS)) |