]> git.saurik.com Git - wxWidgets.git/commitdiff
revert change to bakefile list
authorChris Elliott <biol75@york.ac.uk>
Fri, 21 Jul 2006 12:01:21 +0000 (12:01 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 21 Jul 2006 12:01:21 +0000 (12:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/pre-flight.sh

index c98abe08ad9efd954e6578e26de1b046f32dd3b5..630bd70fe14cc41bed53cccab66f0105cb2e7d1b 100755 (executable)
@@ -48,7 +48,7 @@ fi
 #re-bake the bakefiles
 if [ $rebake = "yes" ]; then
   cd $WX_SRC_DIR/build/bakefiles
-  bakefile_gen -d ${WX_SRC_DIR}/distrib/scripts/Bakefiles.release.bkgen
+  bakefile_gen -d ../../distrib/scripts/Bakefiles.release.bkgen
 fi
 
 cd $WX_SRC_DIR