From 4eaa41e29646742b2d591f64eb2971caa1610b9f Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Sat, 20 Dec 2008 15:16:46 +0100 Subject: A number of fixes to DTrace patch Removed instance manager from builds --- storage/csv/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'storage/csv/Makefile.am') diff --git a/storage/csv/Makefile.am b/storage/csv/Makefile.am index e4d90334d64..fa7f77bd746 100644 --- a/storage/csv/Makefile.am +++ b/storage/csv/Makefile.am @@ -43,7 +43,6 @@ libcsv_a_SOURCES = transparent_file.cc ha_tina.cc EXTRA_DIST = CMakeLists.txt plug.in if HAVE_DTRACE_DASH_G -abs_top_srcdir = @abs_top_srcdir@ libcsv_a_LIBADD = probes_mysql.o libcsv_a_DEPENDENCIES = probes_mysql.o dtrace_files dtrace_providers CLEANFILES = probes_mysql.o dtrace_files dtrace_providers @@ -55,7 +54,7 @@ dtrace_files: dtrace_providers: echo $(DTRACEPROVIDER) > $@ probes_mysql.o: $(DTRACEPROVIDER) $(DTRACEFILES) - $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES) -o $@ + $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES) -o $@ endif # Don't update the files from bitkeeper -- cgit v1.2.1