projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdfd67a
)
(install-bin): Only build catchsegv if using ELF.
author
drepper
<drepper>
Mon, 19 Oct 1998 15:14:04 +0000
(15:14 +0000)
committer
drepper
<drepper>
Mon, 19 Oct 1998 15:14:04 +0000
(15:14 +0000)
debug/Makefile
patch
|
blob
|
history
diff --git
a/debug/Makefile
b/debug/Makefile
index
698ad07
..
e9f085c
100644
(file)
--- 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