Make: threaded-delta-search should be safe by now

todo
Junio C Hamano 2009-01-23 10:36:31 -08:00 committed by Junio C Hamano
parent 6b3472e1c7
commit 7cd55ea54f
1 changed files with 1 additions and 1 deletions

2
Make
View File

@ -41,7 +41,7 @@ snap)
*)
prefix="$HOME/git-test" ;;
esac
d="prefix=$prefix THREADED_DELTA_SEARCH="
d="prefix=$prefix"

: ${O=-O2}