about summary refs log tree commit diff homepage
path: root/tools/klee-stats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/klee-stats/Makefile')
-rw-r--r--tools/klee-stats/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/klee-stats/Makefile b/tools/klee-stats/Makefile
index a1eba234..0b35fa51 100644
--- a/tools/klee-stats/Makefile
+++ b/tools/klee-stats/Makefile
@@ -21,9 +21,9 @@ all-local:: $(ToolBuildPath)
 
 $(ToolBuildPath): $(ToolDir)/.dir
 
-$(ToolBuildPath): $(TOOLSCRIPTNAME)
+$(ToolBuildPath): $(PROJ_SRC_DIR)/$(TOOLSCRIPTNAME)
 	$(Echo) Copying $(BuildMode) script $(TOOLSCRIPTNAME)
-	$(Verb) $(CP) -f $(TOOLSCRIPTNAME) "$@"
+	$(Verb) $(CP) -f $(PROJ_SRC_DIR)/$(TOOLSCRIPTNAME) "$@"
 	$(Verb) chmod 0755 "$@"
 
 ifdef NO_INSTALL