summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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