]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: hide invocation of sed command to generate some files
authorVincent Bernat <vincent@bernat.im>
Mon, 6 Oct 2014 10:10:25 +0000 (12:10 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 6 Oct 2014 10:10:25 +0000 (12:10 +0200)
Replace them with `AM_V_GEN`.

edit.am

diff --git a/edit.am b/edit.am
index adb51c26627e4707629b8cdc716cd4e45f15db7c..ab1fc018a29e7dffffd028196dcc462ddc09da57 100644 (file)
--- 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 $@