From dd2b1a5a289e5d3fdb2ec0a85ebb7555f10a90a9 Mon Sep 17 00:00:00 2001 From: "Rustem Gimadutdinov (rgimad)" Date: Sat, 12 Jun 2021 21:48:03 +0000 Subject: [PATCH] fix shell tupfile #3 sorry for many revisions.. git-svn-id: svn://kolibrios.org@8830 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/shell/Tupfile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/system/shell/Tupfile.lua b/programs/system/shell/Tupfile.lua index 033f6bfd14..a35da612e8 100644 --- a/programs/system/shell/Tupfile.lua +++ b/programs/system/shell/Tupfile.lua @@ -19,4 +19,4 @@ end LIBS = "-ltcc -lc.obj" COMMAND=string.format("%s %s %s %s %s", TCC, CFLAGS, LDFLAGS , "%f -o %o", LIBS) -tup.rule("shell.c system/kolibri.c", COMMAND .. tup.getconfig("KPACK_CMD"), "shell") \ No newline at end of file +tup.rule({"shell.c", "system/kolibri.c"}, COMMAND .. tup.getconfig("KPACK_CMD"), "shell") \ No newline at end of file