aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/gnu/Makefile
diff options
context:
space:
mode:
authorChris Leonard <cjlhomeaddress@gmail.com>2013-09-04 11:45:05 -0400
committerChris Leonard <cjlhomeaddress@gmail.com>2013-09-04 11:45:05 -0400
commit9fc2e09ffad2c702b6768bc4560b0cc55fce0914 (patch)
treeccb4e557a9444c75f67e67c76e33e89ef4be0f42 /sysdeps/gnu/Makefile
parent7447ccd98ee3944a95247ae23284dfac1de6c2aa (diff)
parent3f2e46a4948c846023275eb7a8c86ede0313cd2f (diff)
downloadglibc-9fc2e09ffad2c702b6768bc4560b0cc55fce0914.tar.xz
glibc-9fc2e09ffad2c702b6768bc4560b0cc55fce0914.zip
Update iso-1427.def and related occurrences.
Diffstat (limited to 'sysdeps/gnu/Makefile')
-rw-r--r--sysdeps/gnu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile
index 6695cbf0cf..b3166967cc 100644
--- a/sysdeps/gnu/Makefile
+++ b/sysdeps/gnu/Makefile
@@ -29,7 +29,7 @@ ifeq ($(subdir),stdio-common)
errlist-c = $(firstword $(wildcard $(addsuffix /errlist.c,$(sysdirs) .)))
-ifeq ($(versioning),yes)
+ifeq ($(build-shared),yes)
$(objpfx)errlist-compat.c: $(errlist-c) $(..)sysdeps/gnu/errlist-compat.awk \
$(common-objpfx)Versions.v.i $(before-compile)
else