summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
Diffstat (limited to 'ndb')
-rw-r--r--ndb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/Makefile b/ndb/Makefile
index 90dcc229b2f..475914f6120 100644
--- a/ndb/Makefile
+++ b/ndb/Makefile
@@ -6,7 +6,7 @@ DIRS := src test tools examples
replace-targets := all clean
NDB_RELEASE := $(shell ../scripts/mysql_config --version)
-mysql:
+all:
$(MAKE) -C src
$(MAKE) -C test/src
$(MAKE) -C tools
@@ -22,7 +22,7 @@ _bins_src : _libs_src
_bins_tools : _bins_src
# always release compile except for ndbapi static lib
-all:
+old-all:
$(MAKE) -C src/ndbapi libs
$(MAKE) libs NDB_VERSION=RELEASE
$(MAKE) bins NDB_VERSION=RELEASE