summaryrefslogtreecommitdiff
path: root/progs/tools/trace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tools/trace/Makefile')
-rw-r--r--progs/tools/trace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tools/trace/Makefile b/progs/tools/trace/Makefile
index 4b05fd87a5..822e466ad1 100644
--- a/progs/tools/trace/Makefile
+++ b/progs/tools/trace/Makefile
@@ -16,7 +16,7 @@ TRACER = gltrace.so
default: $(TRACER)
$(TRACER): $(OBJECTS)
- $(TOP)/bin/mklib -o $(TRACER) -noprefix -cplusplus \
+ $(MKLIB) -o $(TRACER) -noprefix -cplusplus -linker '$(CXX)' \
-ldflags '$(LDFLAGS)' $(MKLIB_OPTIONS) $(OBJECTS)
gltrace.cc: gltrace.py