Would deal with spaces in the env. var. if there are any. It does not
seem to be important in practice (currently), because automake seems to
fail on CC including spaces at configure time.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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