summaryrefslogtreecommitdiff
path: root/src/common/Makefile.in
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-12-07 00:08:10 +0100
committerAndrei Karas <akaras@inbox.ru>2020-03-30 06:35:10 +0300
commit03b2194deabf1470c2b2e6e6b381ba2811c739e6 (patch)
treedf326284c2d623faea82d78b793699367a76fd05 /src/common/Makefile.in
parent8f38bf7f9e402edc14df3fe89dc0b46b1b1c3ee9 (diff)
downloadhercules-03b2194deabf1470c2b2e6e6b381ba2811c739e6.tar.gz
hercules-03b2194deabf1470c2b2e6e6b381ba2811c739e6.tar.bz2
hercules-03b2194deabf1470c2b2e6e6b381ba2811c739e6.tar.xz
hercules-03b2194deabf1470c2b2e6e6b381ba2811c739e6.zip
Fix Makefile-based compilation on platforms that use libbacktrace with a different executable format than elf
Diffstat (limited to 'src/common/Makefile.in')
-rw-r--r--src/common/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.in b/src/common/Makefile.in
index 82b651589..97ba34775 100644
--- a/src/common/Makefile.in
+++ b/src/common/Makefile.in
@@ -35,7 +35,7 @@ LIBCONFIG_H = $(addprefix $(LIBCONFIG_D)/, libconfig.h grammar.h parsectx.h \
LIBBACKTRACE_D = $(THIRDPARTY_D)/libbacktrace
LIBBACKTRACE_OBJ = $(addprefix $(LIBBACKTRACE_D)/, atomic.o backtrace.o \
- dwarf.o elf.o fileline.o mmapio.o mmap.o posix.o print.o \
+ dwarf.o @LIBBACKTRACE_FORMAT_FILE@ fileline.o mmapio.o mmap.o posix.o print.o \
simple.o sort.o state.o)
LIBBACKTRACE_H = $(addprefix $(LIBBACKTRACE_D)/, backtrace.h \
backtrace-supported.h config.h filenames.h internal.h)