From: Frank Ch. Eigler Date: Mon, 6 Jan 2020 10:20:35 +0000 (-0500) Subject: debuginfod useragent: header generation tweak 2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208eac1770d8052296bfec71b2b6ae1e68123226;p=thirdparty%2Felfutils.git debuginfod useragent: header generation tweak 2 --- diff --git a/debuginfod/Makefile.am b/debuginfod/Makefile.am index 5c4dfb3e5..2e62e7726 100644 --- a/debuginfod/Makefile.am +++ b/debuginfod/Makefile.am @@ -76,9 +76,10 @@ debuginfod-client-useragent.h: if type lsb_release 2>/dev/null; then \ echo '#define DEBUGINFOD_CLIENT_USERAGENT_2 "'`lsb_release -sir | sed -e 's, ,/,g'`'"' >> $@; \ else \ - echo '#define DEBUGINFOD_CLIENT_USERAGENT_2 ""' > $@; \ + echo '#define DEBUGINFOD_CLIENT_USERAGENT_2 ""' >> $@; \ fi echo '#define DEBUGINFOD_CLIENT_USERAGENT DEBUGINFOD_CLIENT_USERAGENT_1 "," DEBUGINFOD_CLIENT_USERAGENT_2' >> $@ + cat $@ debuginfod-client.o: debuginfod-client-useragent.h libdebuginfod_a_SOURCES = debuginfod-client.c