diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-19 09:14:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-19 09:14:46 +0000 |
commit | e84e218969f50680ea1d490fc9dd14e308a33bda (patch) | |
tree | 8b720be82b8d146d6d86a38365ca2991fc0d89fc | |
parent | b882004687554eb6f9ca7596af7f365b3e1b598b (diff) |
dont want to delete the 64.c files anymore
-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} |