Fix the clean script (again)
commit7bc18b717ee4440dd279142cfca30833d38b6b1d
authorKovensky <diogomfranco@gmail.com>
Fri, 9 Oct 2009 02:03:30 +0000 (8 23:03 -0300)
committerKovensky <diogomfranco@gmail.com>
Fri, 9 Oct 2009 02:03:30 +0000 (8 23:03 -0300)
treedce1391d118ee09b40191ec241108250a5a0be20
parentb6a212d9fa3dc4ec9268b66f6d036902a745b200
Fix the clean script (again)

The "make distclean" call for some unknown reason is done in the
build/ subdirectory even though I os.chdir('..') earlier; probably
side effect of the git.foreach_submodule call. Added a new
os.chdir('..') to compensate.
build/clean