diff options
| -rw-r--r-- | Makefile.in | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Makefile.in b/Makefile.in index 029fef618..a0c734c4e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -347,6 +347,7 @@ 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  	$(MAKE) -C extra/locale clean  	$(MAKE) -C ldso headers_clean-y | 
