summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2020-01-06 05:10:27 -0500
committerFrank Ch. Eigler <fche@redhat.com>2020-01-06 05:10:27 -0500
commit75260342b5f6c6e937e4c867dca887d1eb41d543 (patch)
treeffa07368bc03d5baf1146f6735f439f7608fd6e5
parent17c4178126d5f547fcad32d461d0032698319859 (diff)
debuginfod useragent: header generation tweak
-rw-r--r--debuginfod/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)