aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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' $< > $@