X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fgen-tp%2FMakefile;fp=doc%2Fexamples%2Fgen-tp%2FMakefile;h=5c2a78cdb5619b1114f794579dfd5e0e02b8999e;hb=cbfb3b3177fb8a33fa818fd9764910c90f4d4307;hp=0fa757c11640fb651676bf4324e9d2f031704445;hpb=0728d3076b4c51ae1f58892a463d5e522ed8b044;p=lttng-ust.git diff --git a/doc/examples/gen-tp/Makefile b/doc/examples/gen-tp/Makefile index 0fa757c1..5c2a78cd 100644 --- a/doc/examples/gen-tp/Makefile +++ b/doc/examples/gen-tp/Makefile @@ -45,7 +45,7 @@ sample.o: sample.c sample_tracepoint.h CPPFLAGS="$(CPPFLAGS) $(AM_CPPFLAGS)" \ CFLAGS="$(CFLAGS) $(AM_CFLAGS)" \ LDFLAGS="$(LDFLAGS) $(AM_LDFLAGS)" \ - CC=$(CC) \ + CC="$(CC)" \ $(LTTNG_GEN_TP_PATH)lttng-gen-tp -o $@ $< # The following rule can be used to generate all files instead of having one