From: Frank Ch. Eigler Date: Mon, 6 Jan 2020 10:10:27 +0000 (-0500) Subject: debuginfod useragent: header generation tweak X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75260342b5f6c6e937e4c867dca887d1eb41d543;p=thirdparty%2Felfutils.git debuginfod useragent: header generation tweak --- diff --git a/debuginfod/Makefile.am b/debuginfod/Makefile.am index 20a705457..5c4dfb3e5 100644 --- a/debuginfod/Makefile.am +++ b/debuginfod/Makefile.am @@ -80,7 +80,7 @@ debuginfod-client-useragent.h: fi echo '#define DEBUGINFOD_CLIENT_USERAGENT DEBUGINFOD_CLIENT_USERAGENT_1 "," DEBUGINFOD_CLIENT_USERAGENT_2' >> $@ -libdebuginfod: debuginfod-client-useragent.h +debuginfod-client.o: debuginfod-client-useragent.h libdebuginfod_a_SOURCES = debuginfod-client.c libdebuginfod_pic_a_SOURCES = debuginfod-client.c am_libdebuginfod_pic_a_OBJECTS = $(libdebuginfod_a_SOURCES:.c=.os)