From e84e218969f50680ea1d490fc9dd14e308a33bda Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 19 Nov 2005 09:14:46 +0000 Subject: dont want to delete the 64.c files anymore --- Makefile.in | 1 - libc/stdio/Makefile.in | 2 +- 2 files changed, 1 insertion(+), 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} -- cgit v1.2.3