X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fexamples%2Fgen-tp%2FMakefile;h=39331854da356d3fbcce28a238823ae08b67c4e6;hb=d619cda8578e0d27ce0de14b09c4dc8e8056d534;hp=07627f3deed10f9180c98a2c966dfce232efc187;hpb=a4e2c093247d929471eae2f16fa7c4e799eedfe3;p=lttng-ust.git diff --git a/doc/examples/gen-tp/Makefile b/doc/examples/gen-tp/Makefile index 07627f3d..39331854 100644 --- a/doc/examples/gen-tp/Makefile +++ b/doc/examples/gen-tp/Makefile @@ -39,7 +39,6 @@ sample.o: sample.c sample_tracepoint.h @if $(AM_V_P); then set -x; else echo " CC $@"; fi; \ CPPFLAGS="$(AM_CPPFLAGS) $(CPPFLAGS)" \ CFLAGS="$(AM_CFLAGS) $(CFLAGS)" \ - LDFLAGS="$(AM_LDFLAGS) $(LDFLAGS)" \ CC="$(CC)" \ $(PYTHON) $(LTTNG_GEN_TP_PATH)lttng-gen-tp -o $@ $<