From e5f884e68cc58913a4d8f6409c474f917e2fd975 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 1 May 2018 03:16:03 +0200 Subject: input: rename cmd_parse.c to cmd.c Done separately from the cmd.h rename to avoid issues with git being bad at tracking mixed content and filename changes. --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index dd90eafb84..9c10f296ec 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -307,7 +307,7 @@ def build(ctx): ## Input ( "input/cmd_list.c" ), - ( "input/cmd_parse.c" ), + ( "input/cmd.c" ), ( "input/event.c" ), ( "input/input.c" ), ( "input/ipc.c" ), -- cgit v1.2.3