From 71cc157933f629fcb982f246089f74ee016005c2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 6 Oct 2014 12:10:25 +0200 Subject: [PATCH] build: hide invocation of sed command to generate some files Replace them with `AM_V_GEN`. --- edit.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.am b/edit.am index adb51c26..ab1fc018 100644 --- a/edit.am +++ b/edit.am @@ -15,5 +15,5 @@ edit = $(SED) \ -e 's|@LLDPD_CTL_SOCKET[@]|$(LLDPD_CTL_SOCKET)|g' $(TEMPLATES): Makefile - $(edit) $(srcdir)/$@.in > $@.tmp + $(AM_V_GEN)$(edit) $(srcdir)/$@.in > $@.tmp mv $@.tmp $@ -- 2.39.5