From: Vincent Bernat Date: Mon, 6 Oct 2014 10:10:25 +0000 (+0200) Subject: build: hide invocation of sed command to generate some files X-Git-Tag: 0.7.11~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71cc157933f629fcb982f246089f74ee016005c2;p=thirdparty%2Flldpd.git build: hide invocation of sed command to generate some files Replace them with `AM_V_GEN`. --- 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 $@