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