From f5df9ab54916ebe059b4bc5ae1a9b4d721e132c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 29 Jun 2012 13:01:20 -0700 Subject: build: use the standard AM_V_GEN definition for output. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This actually allows for the command to be printed if using `make V=1` Signed-off-by: Diego Elio Pettenò --- include/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am index 1eae2dd1..dec8eac8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -100,5 +100,4 @@ noinst_HEADERS = osmocom/core/timer_compat.h osmocom/core/crc%gen.h: osmocom/core/crcXXgen.h.tpl $(AM_V_GEN)$(MKDIR_P) $(notdir $@) - @echo " SED $< -> $@" - @sed -e's/XX/$*/g' $< > $@ + $(AM_V_GEN)sed -e's/XX/$*/g' $< > $@ -- cgit v1.2.3