From 0faf6b0324b05d420a232f75648ab55507359beb Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 31 Oct 2009 18:47:43 +0000 Subject: update to libXt 1.0.7 --- lib/libXt/ltmain.sh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'lib/libXt/ltmain.sh') diff --git a/lib/libXt/ltmain.sh b/lib/libXt/ltmain.sh index 248cd4047..fccf69e28 100644 --- a/lib/libXt/ltmain.sh +++ b/lib/libXt/ltmain.sh @@ -2127,17 +2127,6 @@ EOF ;; esac for pass in $passes; do - # The preopen pass in lib mode reverses $deplibs; put it back here - # so that -L comes before libs that need it for instance... - if test "$linkmode,$pass" = "lib,link"; then - ## FIXME: Find the place where the list is rebuilt in the wrong - ## order, and fix it there properly - tmp_deplibs= - for deplib in $deplibs; do - tmp_deplibs="$deplib $tmp_deplibs" - done - deplibs="$tmp_deplibs" - fi if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" -- cgit v1.2.3