Commit ea9e898b authored by Mikael Ronstrom's avatar Mikael Ronstrom

Fix for fix of the DTrace make problems

parent c494cbe4
...@@ -248,12 +248,12 @@ probes_all.o: probes_mysql.d $(DTRACEFILES_DEPEND) ...@@ -248,12 +248,12 @@ probes_all.o: probes_mysql.d $(DTRACEFILES_DEPEND)
# Can't depend directly on .libs/*.o, because there is no generated rule for # Can't depend directly on .libs/*.o, because there is no generated rule for
# that in the Makefile; it is a byproduct of *.lo # that in the Makefile; it is a byproduct of *.lo
probes_libndb.o: probes_mysql.d libndb_la-ha_ndbcluster.lo probes_libndb.o: probes_mysql.d libndb_la-ha_ndbcluster.lo
if test -f .libs/libndb_la-ha_ndbcluster.o ; then if test -f .libs/libndb_la-ha_ndbcluster.o ; then \
$(DTRACE) $(DTRACEFLAGS) -G -s probes_mysql.d .libs/libndb_la-ha_ndbcluster.o -o $@ $(DTRACE) $(DTRACEFLAGS) -G -s probes_mysql.d .libs/libndb_la-ha_ndbcluster.o -o $@; \
endif fi; \
if test -f libndb_la-ha_ndbcluster.o ; then if test -f libndb_la-ha_ndbcluster.o ; then \
$(DTRACE) $(DTRACEFLAGS) -G -s probes_mysql.d libndb_la-ha_ndbcluster.o -o $@ $(DTRACE) $(DTRACEFLAGS) -G -s probes_mysql.d libndb_la-ha_ndbcluster.o -o $@; \
endif fi
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment