From 605decc1af73e56c10033a74bf4d2641e4c75d89 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 31 Aug 2002 18:44:55 +0000 Subject: [PATCH] Only depend on Versions.v.i for errlist-compat.c if versioning==yes. --- sysdeps/gnu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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