summaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 698ad07d12..e9f085c966 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -36,8 +36,12 @@ extra-libs-others = $(extra-libs)
libSegFault-routines = segfault
libSegFault-inhibit-o = $(filter-out .os,$(object-suffixes))
+include ../Makeconfig
+
distribute += catchsegv.sh
+ifeq ($(elf),yes)
install-bin = catchsegv
+endif
generated = catchsegv
include ../Rules