From bfe1b528468c65f1ad575bfb2a0aea48dd9ded0b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 20 Mar 1999 17:07:46 +0000 Subject: 1999-03-19 Andreas Jaeger * 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 * debug/Makefile (install-bin): Install and build catchsegv only if build-shared == yes. Reported by jussi@jlaako.pp.fi [PR libc/965]. --- debug/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debug') 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 -- cgit v1.2.3