lttng-gen-tp: no linker flags when compiling .o
[lttng-ust.git] / doc / examples / gen-tp / Makefile
index 07627f3deed10f9180c98a2c966dfce232efc187..39331854da356d3fbcce28a238823ae08b67c4e6 100644 (file)
@@ -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 $@ $<
 
This page took 0.023567 seconds and 4 git commands to generate.