summaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile
index e9f085c966..9c094c4222 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -40,8 +40,10 @@ include ../Makeconfig
distribute += catchsegv.sh
ifeq ($(elf),yes)
+ifeq ($(build-shared),yes)
install-bin = catchsegv
endif
+endif
generated = catchsegv
include ../Rules