diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-03 16:21:31 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-03 16:21:31 +0000 |
commit | 4ab3f580b2dfa0700bd71be770cbbb619c3aa269 (patch) | |
tree | 4897e693d557e861c61e0f728dad50d4cae6bc95 /driver/xf86-input-mouse/ltmain.sh | |
parent | 48425dbc480af799fb094666d255a8fbb5251621 (diff) |
update to xf86-input-mouse 1.4.0.
Diffstat (limited to 'driver/xf86-input-mouse/ltmain.sh')
-rw-r--r-- | driver/xf86-input-mouse/ltmain.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/driver/xf86-input-mouse/ltmain.sh b/driver/xf86-input-mouse/ltmain.sh index 248cd4047..fccf69e28 100644 --- a/driver/xf86-input-mouse/ltmain.sh +++ b/driver/xf86-input-mouse/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" |