aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang/bugpoint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/bugpoint/Makefile')
-rw-r--r--usr.bin/clang/bugpoint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/clang/bugpoint/Makefile b/usr.bin/clang/bugpoint/Makefile
index 2f0cb9eb417f..c68f68ab5415 100644
--- a/usr.bin/clang/bugpoint/Makefile
+++ b/usr.bin/clang/bugpoint/Makefile
@@ -2,7 +2,7 @@
PROG_CXX= bugpoint
-SRCDIR= tools/bugpoint
+SRCDIR= llvm/tools/bugpoint
SRCS+= BugDriver.cpp
SRCS+= CrashDebugger.cpp
SRCS+= ExecutionDriver.cpp