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