Hi, the Makefile in perf_examples takes DESTDIR not into account. The patch adds DESTDIR to EXAMPLESDIR.
diff --git a/perf_examples/Makefile b/perf_examples/Makefile index bc90559..3e03fb7 100644 --- a/perf_examples/Makefile +++ b/perf_examples/Makefile @@ -55,7 +55,7 @@ TARGETS+=self self_basic self_count task task_attach_timeout syst \ notify_self notify_group task_smpl self_smpl_multi \ self_pipe syst_count task_cpu syst_smpl evt2raw -EXAMPLESDIR=$(DOCDIR)/perf_examples +EXAMPLESDIR=$(DESTDIR)$(DOCDIR)/perf_examples all: $(TARGETS) @set -e ; for d in $(DIRS) ; do $(MAKE) -C $$d $@ ; done ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ perfmon2-devel mailing list perfmon2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perfmon2-devel