From 1cc1599ca3299919c48fcbf8af933ecc9490e6ec Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Thu, 5 Mar 2009 20:22:13 +0100 Subject: [PATCH] Fix for make distcheck failure Removed fake rule and replaced it by real rule instead --- include/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index aa2c9a953b8..bd2be245279 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -15,7 +15,7 @@ # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, # MA 02111-1307, USA -BUILT_SOURCES = $(HEADERS_GEN_MAKE) link_sources dtrace_sources +BUILT_SOURCES = $(HEADERS_GEN_MAKE) link_sources HEADERS_GEN_CONFIGURE = mysql_version.h HEADERS_GEN_MAKE = my_config.h HEADERS_ABI = mysql.h mysql_com.h mysql_time.h \ @@ -27,7 +27,8 @@ pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \ my_getopt.h sslopt-longopts.h my_dir.h \ sslopt-vars.h sslopt-case.h sql_common.h keycache.h \ m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \ - $(HEADERS_GEN_MAKE) + $(HEADERS_GEN_MAKE) probes_mysql.h \ + probes_mysql_nodtrace.h noinst_HEADERS = config-win.h config-netware.h my_bit.h \ heap.h my_bitmap.h my_uctype.h \ @@ -69,11 +70,10 @@ my_config.h: config.h dist-hook: $(RM) -f $(distdir)/mysql_version.h $(distdir)/my_config.h -dtrace_sources: +probes_mysql.d: if ! test -f probes_mysql.d ; then \ $(CP) -f $(top_srcdir)/include/probes_mysql.d probes_mysql.d; \ fi - echo timestamp > dtrace_sources DTRACEPROVIDER = probes_mysql.d if HAVE_DTRACE