fix shell tupfile #5

git-svn-id: svn://kolibrios.org@8832 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Rustem Gimadutdinov (rgimad) 2021-06-12 21:57:52 +00:00
parent 635554219c
commit 0505fe72d0

View File

@ -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"}, extra_inputs = {"lang.h"}, COMMAND .. tup.getconfig("KPACK_CMD"), "shell")
tup.rule({"shell.c", "system/kolibri.c", extra_inputs = {"lang.h"}}, COMMAND .. tup.getconfig("KPACK_CMD"), "shell")