From 08920a506b38e8b8f83533c8db2d6a5329475601 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 12 Oct 1999 18:38:32 +0000 Subject: [PATCH] Update. * debug/Makefile: Fix rules to generate pcprofiledump. --- ChangeLog | 2 ++ debug/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2c77af..a9e0df2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-10-12 Ulrich Drepper + * debug/Makefile: Fix rules to generate pcprofiledump. + * include/ucontext.h: New file. * locale/setlocale.c: Fix gcc warning about uninitialized variable. diff --git a/debug/Makefile b/debug/Makefile index 0f465ff..b98bbe5 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -39,6 +39,7 @@ libSegFault-inhibit-o = $(filter-out .os,$(object-suffixes)) libpcprofile-routines = pcprofile libpcprofile-inhibit-o = $(filter-out .os,$(object-suffixes)) +others = pcprofiledump install-bin = pcprofiledump xtrace include ../Makeconfig @@ -60,7 +61,6 @@ $(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \ mv -f $@.new $@ $(objpfx)pcprofiledump: $(objpfx)pcprofiledump.o - $(LINK.o) -o $@ $^ $(objpfx)xtrace: xtrace.sh rm -f $@.new -- 2.7.4