summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-02-27 12:04:17 +0100
committerMikael Ronstrom <mikael@mysql.com>2009-02-27 12:04:17 +0100
commit29f979b77fb503977de6612174bdca9fefea32a9 (patch)
tree4b56cbfd6a97b68f67ff15a59e80be2a3b5a0be8 /sql/Makefile.am
parentf565f58bfed55bc1104b92b96d7d32b3fb5aa1f2 (diff)
downloadmariadb-git-29f979b77fb503977de6612174bdca9fefea32a9.tar.gz
Corrected Dependency for DTrace
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index 4676573840f..cee2c37fd2e 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -46,7 +46,7 @@ DTRACEFILES = filesort.o \
sql_update.o
DTRACEFILES_DEPEND = filesort.o \
- .libs/libndb_la-ha_ndbcluster.lo \
+ libndb_la-ha_ndbcluster.lo \
handler.o \
mysqld.o \
net_serv.o \