From 208eac1770d8052296bfec71b2b6ae1e68123226 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 6 Jan 2020 05:20:35 -0500 Subject: debuginfod useragent: header generation tweak 2 --- debuginfod/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debuginfod/Makefile.am b/debuginfod/Makefile.am index 5c4dfb3e..2e62e772 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 -- cgit v1.2.3