From e257d701fc71e8d75b31485cfa6b71967f180a43 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 7 May 2018 22:55:32 +0800 Subject: improve dependent files --- xmake/plugins/project/makefile/makefile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/plugins/project/makefile/makefile.lua') 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) -- cgit v1.3.1