From 76991157980b0ec704309507622b045afa0d0261 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 16 Feb 2005 06:42:32 +0000 Subject: Since libdl is pretty small, and not likely to benefit from mklibs.py and similar, lets just remove libdl_pic.a and avoid the issue --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1390a33a1..5189c98bf 100644 --- a/Makefile +++ b/Makefile @@ -229,9 +229,10 @@ endif $(LN) -sf $$i $(PREFIX)$(DEVEL_PREFIX)lib/`echo $$i \ | sed -e 's/\.a$$/_pic.a/'`; \ done; - # Ugh!!! Remember that libdl.a and libdl_pic.a are different! + # Ugh!!! Remember that libdl.a and libdl_pic.a are different. Since + # libdl is pretty small, and not likely to benefit from mklibs.py and + # similar, lets just remove libdl_pic.a and avoid the issue rm -f $(PREFIX)$(DEVEL_PREFIX)lib/libdl_pic.a - cp -f ldso/libdl/libdl_pic.a $(PREFIX)$(DEVEL_PREFIX)lib/libdl_pic.a endif -- cgit v1.2.3