Browse Source

dont want to delete the 64.c files anymore

Mike Frysinger 18 years ago
parent
commit
e84e218969
2 changed files with 1 additions and 2 deletions
  1. 0 1
      Makefile.in
  2. 1 1
      libc/stdio/Makefile.in

+ 0 - 1
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

+ 1 - 1
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}