From 3d6f1d10a9c88b2ea87286db2372eb2b83645386 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 1 Jul 2013 13:06:06 -0400 Subject: [PATCH] Fix: doc/examples: gen-tp path Signed-off-by: Mathieu Desnoyers --- doc/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 25d34f3b..2e38a9c3 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -38,7 +38,7 @@ SUBDIRS_PROXY = easy-ust demo gen-tp hello-static-lib all-local: for subdir in $(SUBDIRS_PROXY); do \ - cd $$subdir && $(MAKE) AM_CPPFLAGS="-I../../../include/" AM_LDFLAGS='-L../../../liblttng-ust/.libs/ -Wl,-rpath="$(PWD)/../../liblttng-ust/.libs/"' LTTNG_GEN_TP_PATH="../../tools/" $(AM_MAKEFLAGS) all; cd ..; \ + cd $$subdir && $(MAKE) AM_CPPFLAGS="-I../../../include/" AM_LDFLAGS='-L../../../liblttng-ust/.libs/ -Wl,-rpath="$(PWD)/../../liblttng-ust/.libs/"' LTTNG_GEN_TP_PATH="../../../tools/" $(AM_MAKEFLAGS) all; cd ..; \ done clean-local: -- 2.34.1