summaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile2
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