aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang/llvm-pdbutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/llvm-pdbutil/Makefile')
-rw-r--r--usr.bin/clang/llvm-pdbutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/clang/llvm-pdbutil/Makefile b/usr.bin/clang/llvm-pdbutil/Makefile
index 1e8b7605f908..5476361e48c1 100644
--- a/usr.bin/clang/llvm-pdbutil/Makefile
+++ b/usr.bin/clang/llvm-pdbutil/Makefile
@@ -2,7 +2,7 @@
PROG_CXX= llvm-pdbutil
-SRCDIR= tools/llvm-pdbutil
+SRCDIR= llvm/tools/llvm-pdbutil
SRCS+= BytesOutputStyle.cpp
SRCS+= DumpOutputStyle.cpp
SRCS+= ExplainOutputStyle.cpp