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 /libc/stdio/Makefile.in | |
parent | b882004687554eb6f9ca7596af7f365b3e1b598b (diff) |
dont want to delete the 64.c files anymore
Diffstat (limited to 'libc/stdio/Makefile.in')
-rw-r--r-- | libc/stdio/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} |