diff options
author | joreland@mysql.com <> | 2004-11-10 14:18:49 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2004-11-10 14:18:49 +0100 |
commit | 5172eace09bc4178695e1a487407581fc7cb1f83 (patch) | |
tree | 9c6651eb7717aa0000c47d1c5d4b01161214ce12 /scripts | |
parent | 31303bd0de9ba4d9355e21757cf13c4b8d46c4d6 (diff) | |
download | mariadb-git-5172eace09bc4178695e1a487407581fc7cb1f83.tar.gz |
wl1744 - nbd windoze port
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_win_src_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index d9144ab3dce..62a9fb54b59 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -246,7 +246,7 @@ done # # Create project files for ndb # -make -C ndb windoze +make -C $SOURCE/ndb windoze # # Input directories to be copied recursively |