diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-16 06:42:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-16 06:42:32 +0000 |
commit | 76991157980b0ec704309507622b045afa0d0261 (patch) | |
tree | 1f09f37ca874c6d58aa2cc073f7956a639568928 /Makefile | |
parent | a8afc0fd4ceb3bcb485cd44e82aa2b12bb02e30b (diff) |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |