summaryrefslogtreecommitdiff
path: root/driver/xf86-video-nv
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-07-29 10:27:07 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-07-29 10:27:07 +0000
commitdb89b7ba8fecee9be928183e185bc70801c39e13 (patch)
treee821185d20eeed6da2666abd68d488d81adba96e /driver/xf86-video-nv
parente0ffd59a397846c94a6fe5eb12a8e200f226a232 (diff)
regen
Diffstat (limited to 'driver/xf86-video-nv')
-rw-r--r--driver/xf86-video-nv/ltmain.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/xf86-video-nv/ltmain.sh b/driver/xf86-video-nv/ltmain.sh
index 25f21fea7..85faf0734 100644
--- a/driver/xf86-video-nv/ltmain.sh
+++ b/driver/xf86-video-nv/ltmain.sh
@@ -1604,6 +1604,7 @@ EOF
compiler_flags="$compiler_flags $arg"
compile_command="$compile_command $arg"
finalize_command="$finalize_command $arg"
+ deplibs="$deplibs $arg"
continue
;;
@@ -2111,6 +2112,7 @@ EOF
finalize_deplibs="$deplib $finalize_deplibs"
else
compiler_flags="$compiler_flags $deplib"
+ test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
fi
continue
;;