Merge pull request #589 from mstorsjo/simplify-script

Remove an unnecessary 'cd' in the mktargets.sh script
This commit is contained in:
Licai Guo 2014-03-27 15:00:15 +08:00
commit c1817891b5

View File

@ -11,4 +11,3 @@ python build/mktargets.py --directory test/encoder --prefix encoder_unittest
python build/mktargets.py --directory test/decoder --prefix decoder_unittest
python build/mktargets.py --directory test/api --prefix api_test
python build/mktargets.py --directory gtest --library gtest --out build/gtest-targets.mk --cpp-suffix .cc --include gtest-all.cc
cd - >/dev/null 2>&1