diff options
Diffstat (limited to 'netware/BUILD/compile-AUTOTOOLS')
-rwxr-xr-x | netware/BUILD/compile-AUTOTOOLS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/BUILD/compile-AUTOTOOLS b/netware/BUILD/compile-AUTOTOOLS index 57213b1b3d0..20e506aa683 100755 --- a/netware/BUILD/compile-AUTOTOOLS +++ b/netware/BUILD/compile-AUTOTOOLS @@ -6,7 +6,7 @@ # stop on errors set -e -for package in . ./innobase +for package in . ./storage/innobase do (cd $package rm -rf config.cache autom4te.cache |