summaryrefslogtreecommitdiff
path: root/lldb/test/API/tools/lldb-dap/module/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/tools/lldb-dap/module/Makefile')
-rw-r--r--lldb/test/API/tools/lldb-dap/module/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/tools/lldb-dap/module/Makefile b/lldb/test/API/tools/lldb-dap/module/Makefile
index b30baf48b972..c7d626a1a7e4 100644
--- a/lldb/test/API/tools/lldb-dap/module/Makefile
+++ b/lldb/test/API/tools/lldb-dap/module/Makefile
@@ -10,7 +10,7 @@ include Makefile.rules
all: a.out.stripped
a.out.stripped:
- strip -o a.out.stripped a.out
+ $(STRIP) -o a.out.stripped a.out
ifneq "$(CODESIGN)" ""
$(CODESIGN) -fs - a.out.stripped