mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* debug/Makefile (install-bin): Install and build catchsegv only if build-shared == yes. Reported by jussi@jlaako.pp.fi [PR libc/965]. 1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> * debug/Makefile (install-bin): Install and build catchsegv only if build-shared == yes. Reported by jussi@jlaako.pp.fi [PR libc/965].
This commit is contained in:
parent
d16e36e0dc
commit
bfe1b52846
@ -1,3 +1,9 @@
|
|||||||
|
1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
|
* debug/Makefile (install-bin): Install and build catchsegv only
|
||||||
|
if build-shared == yes. Reported by jussi@jlaako.pp.fi [PR
|
||||||
|
libc/965].
|
||||||
|
|
||||||
1999-03-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
1999-03-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
||||||
|
|
||||||
* time/tzfile.c (__tzfile_read): Handle the case where there are
|
* time/tzfile.c (__tzfile_read): Handle the case where there are
|
||||||
|
@ -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.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -40,8 +40,10 @@ include ../Makeconfig
|
|||||||
|
|
||||||
distribute += catchsegv.sh
|
distribute += catchsegv.sh
|
||||||
ifeq ($(elf),yes)
|
ifeq ($(elf),yes)
|
||||||
|
ifeq ($(build-shared),yes)
|
||||||
install-bin = catchsegv
|
install-bin = catchsegv
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
generated = catchsegv
|
generated = catchsegv
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
Loading…
Reference in New Issue
Block a user