summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2020-01-06 05:20:35 -0500
committerFrank Ch. Eigler <fche@redhat.com>2020-01-06 05:20:35 -0500
commit208eac1770d8052296bfec71b2b6ae1e68123226 (patch)
tree28820099337496b1eb39eec03db27de93d6af81d
parent75260342b5f6c6e937e4c867dca887d1eb41d543 (diff)
debuginfod useragent: header generation tweak 2
-rw-r--r--debuginfod/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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