Cleanup: add silent rules support for docs
[lttng-tools.git] / tests / regression / ust / ust-dl / Makefile.am
index 385d448241472e1e42a5d45be63bee2424488117..315a995afdf512a26b448b7d2988a8f90e2fa692 100644 (file)
@@ -13,9 +13,9 @@ else
 
 objcopy_verbose = $(objcopy_verbose_@AM_V@)
 objcopy_verbose_ = $(objcopy_verbose_@AM_DEFAULT_V@)
-objcopy_verbose_0 = @echo OBJCOPY $@;
+objcopy_verbose_0 = @echo "  OBJCOPY " $@;
 
-AM_CPPFLAGS = -I$(srcdir) -g
+AM_CPPFLAGS += -I$(srcdir) -g
 
 noinst_PROGRAMS = prog
 prog_SOURCES = prog.c
This page took 0.025645 seconds and 5 git commands to generate.