diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-31 18:44:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-31 18:44:55 +0000 |
commit | 605decc1af73e56c10033a74bf4d2641e4c75d89 (patch) | |
tree | 87f70e98315669f77b9169108530135a7791baee /sysdeps/gnu/Makefile | |
parent | 426bf3a396d0f7743decebe861b503398400233e (diff) | |
download | glibc-605decc1af73e56c10033a74bf4d2641e4c75d89.tar.gz glibc-605decc1af73e56c10033a74bf4d2641e4c75d89.tar.xz glibc-605decc1af73e56c10033a74bf4d2641e4c75d89.zip |
Only depend on Versions.v.i for errlist-compat.c if versioning==yes.
Diffstat (limited to 'sysdeps/gnu/Makefile')
-rw-r--r-- | sysdeps/gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile index 14c74be2f0..661d5f8752 100644 --- a/sysdeps/gnu/Makefile +++ b/sysdeps/gnu/Makefile @@ -32,7 +32,7 @@ endif ifeq ($(subdir),stdio-common) vpath errlist.c $(full_config_sysdirs) -ifeq ($(build-shared),yes) +ifeq ($(versioning),yes) $(objpfx)errlist-compat.c: errlist.c $(..)sysdeps/gnu/errlist-compat.awk \ $(common-objpfx)Versions.v.i else |