diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-02-22 01:19:45 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-02-22 01:19:45 -0800 |
commit | d4ec6ae19e3290abbb3cfff70a8dd6018ecb6e2e (patch) | |
tree | 105f36c3e2b8f1b71e3270a1134847465ecfb385 /Makerules | |
parent | 098ad55cf5548aa35f58dfd1edbb03b030e26da7 (diff) | |
download | glibc-d4ec6ae19e3290abbb3cfff70a8dd6018ecb6e2e.tar.gz |
Remove obsolete SHLIB_COMPAT conditionalization in Versions files.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -311,7 +311,6 @@ $(common-objpfx)Versions.all: $(..)scripts/firstversions.awk \ # See %.v/%.v.i implicit rules in Makeconfig. $(common-objpfx)Versions.v.i: $(wildcard $(subdirs:%=$(..)%/Versions)) \ $(wildcard $(sysdirs:%=%/Versions)) \ - $(common-objpfx)abi-versions.h \ $(sysd-versions-force) $(common-objpfx)sysd-versions: $(common-objpfx)Versions.all \ $(common-objpfx)Versions.v \ |