diff options
| author | Chris Leonard <cjlhomeaddress@gmail.com> | 2013-09-04 11:45:05 -0400 |
|---|---|---|
| committer | Chris Leonard <cjlhomeaddress@gmail.com> | 2013-09-04 11:45:05 -0400 |
| commit | 9fc2e09ffad2c702b6768bc4560b0cc55fce0914 (patch) | |
| tree | ccb4e557a9444c75f67e67c76e33e89ef4be0f42 /libio | |
| parent | 7447ccd98ee3944a95247ae23284dfac1de6c2aa (diff) | |
| parent | 3f2e46a4948c846023275eb7a8c86ede0313cd2f (diff) | |
| download | glibc-9fc2e09ffad2c702b6768bc4560b0cc55fce0914.tar.xz glibc-9fc2e09ffad2c702b6768bc4560b0cc55fce0914.zip | |
Update iso-1427.def and related occurrences.
Diffstat (limited to 'libio')
| -rw-r--r-- | libio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile index e15cd40911..b2f7627434 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -70,7 +70,7 @@ test-srcs = test-freopen all: # Make this the default target; it will be defined in Rules. -ifeq ($(versioning),yes) +ifeq ($(build-shared),yes) routines += oldiofopen oldiofdopen oldiofclose oldiopopen oldpclose \ oldtmpfile oldiofgetpos oldiofgetpos64 oldiofsetpos \ oldiofsetpos64 @@ -165,7 +165,7 @@ generated = tst-fopenloc.mtrace tst-fopenloc.check aux := fileops genops stdfiles stdio strops -ifeq ($(versioning),yes) +ifeq ($(build-shared),yes) aux += oldfileops oldstdfiles endif |
