aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-04-29 10:41:16 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-04-29 10:41:16 -0700
commitc3edfc4b2b58b073fd9b981b1ab802a93bdc1877 (patch)
treec6885ebad68d886be08754d7f2b9f01cad2d253e /Makefile
parent45d54e4581c311cd2435758a09fc543d57017831 (diff)
Fixed repetitions in Makefile.template.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 73352dfad1..d0a1284eb0 100644
--- a/Makefile
+++ b/Makefile
@@ -2845,18 +2845,6 @@ $(OBJDIR)/$(CONFIG)/%.o : %.cc
$(Q) mkdir -p `dirname $@`
$(Q) $(CXX) $(CXXFLAGS) $(CPPFLAGS) -MMD -MF $(addsuffix .dep, $(basename $@)) -c -o $@ $<
-ifeq ($(CONFIG), stapprof)
-ifeq ($(HAS_SYSTEMTAP),true)
-$(GENDIR)/src/core/profiling/stap_probes.h: src/core/profiling/stap_probes.d
- $(E) "[DTRACE] Compiling $<"
- $(Q) mkdir -p `dirname $@`
- $(Q) $(DTRACE) -C -h -s $< -o $@
-else
-$(GENDIR)/src/core/profiling/stap_probes.c: systemtap_dep_error stop
-endif
-endif
-
-
install: install_c install_cxx install-plugins install-certs verify-install
install_c: install-headers_c install-static_c install-shared_c