summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/makefile/makefile.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/project/makefile/makefile.lua')
-rw-r--r--xmake/plugins/project/makefile/makefile.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/makefile/makefile.lua b/xmake/plugins/project/makefile/makefile.lua
index 953a985ae..762d9dc19 100644
--- a/xmake/plugins/project/makefile/makefile.lua
+++ b/xmake/plugins/project/makefile/makefile.lua
@@ -208,7 +208,7 @@ function _make_single_object(makefile, target, sourcekind, sourcebatch, sourcefl
-- get source and object files
local sourcefiles = sourcebatch.sourcefiles
local objectfiles = sourcebatch.objectfiles
- local incdepfiles = sourcebatch.incdepfiles
+ local dependfiles = sourcebatch.dependfiles
-- get program
local program = platform.tool(sourcekind)