blob: 206952b66c3c4f05487b15288390a667669adc99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- include/Makefile.in.orig 2010-07-16 10:14:39.000000000 +0200
+++ include/Makefile.in 2010-07-16 10:14:51.000000000 +0200
@@ -708,8 +708,6 @@
@HAVE_DTRACE_TRUE@probes_mysql_dtrace.h: $(DTRACEPROVIDER)
@HAVE_DTRACE_TRUE@ $(DTRACE) $(DTRACEFLAGS) -h -s $(DTRACEPROVIDER) -o $@
-probes_mysql_nodtrace.h: $(DTRACEPROVIDER)
- @PERL@ $(top_srcdir)/scripts/dheadgen.pl -f $(DTRACEPROVIDER) > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
|