]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
debuginfod useragent: header generation tweak
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 6 Jan 2020 10:10:27 +0000 (05:10 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 6 Jan 2020 10:10:27 +0000 (05:10 -0500)
debuginfod/Makefile.am

index 20a70545755a0ee9ee06e8bfb0e05cf3a8c62a8b..5c4dfb3e5a30492bdec183f808fb0dda53445691 100644 (file)
@@ -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)