diff options
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile index 84240bd852..ca1a3e4b80 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -43,7 +43,7 @@ all: # Make this the default target; it will be defined in Rules. include ../Makeconfig ifeq ($(versioning),yes) -routines += oldiofopen oldiofdopen oldiofclose +routines += oldiofopen oldiofdopen oldiofclose oldtmpfile endif CPPFLAGS-.o += -DIO_DEBUG @@ -63,7 +63,7 @@ aux += oldfileops oldstdfiles endif shared-only-routines = oldiofopen oldiofdopen oldiofclose oldfileops \ - oldstdfiles + oldstdfiles oldtmpfile distribute := iolibio.h libioP.h strfile.h Banner |