diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-12 18:38:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-12 18:38:32 +0000 |
commit | 08920a506b38e8b8f83533c8db2d6a5329475601 (patch) | |
tree | 674381720c0490c2a3a84287d8a4c88f336f9d06 /debug | |
parent | 43c1dd0fb766ceaa016f8dcd31ef5b4053ed077f (diff) | |
download | glibc-08920a506b38e8b8f83533c8db2d6a5329475601.tar.gz glibc-08920a506b38e8b8f83533c8db2d6a5329475601.tar.xz glibc-08920a506b38e8b8f83533c8db2d6a5329475601.zip |
Update.
* debug/Makefile: Fix rules to generate pcprofiledump.
Diffstat (limited to 'debug')
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile index 0f465ffecf..b98bbe5931 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 |