diff options
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | libc/stdio/Makefile.in | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 64fa40597..7dd1a3c03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -331,7 +331,6 @@ clean: @$(RM) -r lib include/bits $(RM) lib*/*.a ldso/*/*.a libpthread/*/*.a $(RM) libc/misc/internals/interp.c - $(RM) libc/stdio/*64.c $(RM) include/fpu_control.h include/dl-osinfo.h include/headers_done $(MAKE) -C extra/locale clean $(MAKE) headers_clean-y diff --git a/libc/stdio/Makefile.in b/libc/stdio/Makefile.in index 3de5436e3..dfdf4ff14 100644 --- a/libc/stdio/Makefile.in +++ b/libc/stdio/Makefile.in @@ -146,4 +146,4 @@ libc-nomulti-y+=$(patsubst %.o,$(STDIO_OUT)/%.o,$(STDIO_MOBJ_NO_MULTI)) objclean-y+=stdio_objclean stdio_objclean: - $(RM) $(STDIO_OUT)/*.{o,os} $(STDIO_OUT)/*64.c + $(RM) $(STDIO_OUT)/*.{o,os} |