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:
175d8a2
)
(catchsegv): We need not rewrite SOVER anymore.
author
drepper
<drepper>
Tue, 1 Sep 1998 14:25:23 +0000
(14:25 +0000)
committer
drepper
<drepper>
Tue, 1 Sep 1998 14:25:23 +0000
(14:25 +0000)
debug/Makefile
patch
|
blob
|
history
diff --git
a/debug/Makefile
b/debug/Makefile
index
fc1f950
..
698ad07
100644
(file)
--- a/
debug/Makefile
+++ b/
debug/Makefile
@@
-44,8
+44,7
@@
include ../Rules
$(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \
$(common-objpfx)config.make
- sed -e 's|@VERSION@|$(version)|' -e 's|@SLIB@|$(slibdir)|' \
- -e 's|@SOVER@|$(libSegFault.so-version)|' $< > $@.new
+ sed -e 's|@VERSION@|$(version)|' -e 's|@SLIB@|$(slibdir)|' $< > $@.new
chmod 555 $@.new
mv -f $@.new $@