Home | History | Annotate | Download | only in open-vcdiff

Lines Matching refs:depdepl

2963 		depdepl=
2972 depdepl=$tmp
2974 if test -f "$deplibdir/$depdepl" ; then
2975 depdepl="$deplibdir/$depdepl"
2976 elif test -f "$path/$depdepl" ; then
2977 depdepl="$path/$depdepl"
2980 depdepl=
3002 eval depdepl="$tmp/lib$tmp_libs.dylib"
3018 *" $depdepl "*) ;;
3019 *) deplibs="$depdepl $deplibs" ;;