aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang/llvm-modextract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/llvm-modextract/Makefile')
-rw-r--r--usr.bin/clang/llvm-modextract/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/clang/llvm-modextract/Makefile b/usr.bin/clang/llvm-modextract/Makefile
index 75904ddcf90a..4d17e1593359 100644
--- a/usr.bin/clang/llvm-modextract/Makefile
+++ b/usr.bin/clang/llvm-modextract/Makefile
@@ -3,7 +3,7 @@
PROG_CXX= llvm-modextract
MAN=
-SRCDIR= tools/llvm-modextract
+SRCDIR= llvm/tools/llvm-modextract
SRCS= llvm-modextract.cpp
.include "../llvm.prog.mk"