only make updatepofiles, not the other tools

git-svn-id: trunk@7767 -
This commit is contained in:
vincents 2005-09-21 09:17:08 +00:00
parent c55d4b3a78
commit ca457774bd

View File

@ -15,7 +15,7 @@ set -e
if [ ! -x tools/updatepofiles ]; then
cd tools
make
make updatepofiles
cd -
fi