diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile index 779c93632b..61bd54f400 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -55,8 +55,7 @@ routines += clearerr_u feof_u ferror_u fputc_u getc_u getchar_u \ CPPFLAGS += -D_IO_MTSAFE_IO endif -aux := \ - fileops genops stdfiles stdio strops +aux := fileops genops stdfiles stdio strops ifeq ($(versioning),yes) aux += oldfileops oldstdfiles |