From ba26d97e6132a460f7c6c5bf89cfc69977866a73 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Thu, 9 Jan 2014 17:44:54 +0000 Subject: Further renaming to kconfig_compiler_kf5 --- src/kconfig_compiler/checkkcfg.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kconfig_compiler/checkkcfg.pl') diff --git a/src/kconfig_compiler/checkkcfg.pl b/src/kconfig_compiler/checkkcfg.pl index 2eddbeee..9ebcbf83 100755 --- a/src/kconfig_compiler/checkkcfg.pl +++ b/src/kconfig_compiler/checkkcfg.pl @@ -15,12 +15,12 @@ $file_cpp = "$filebase.cpp"; $kcfgc = $file . "c"; -$cmd = "./kconfig_compiler $file $kcfgc"; +$cmd = "./kconfig_compiler_kf5 $file $kcfgc"; #print "CMD $cmd\n"; if ( system( $cmd ) != 0 ) { - print STDERR "Unable to run kconfig_compiler\n"; + print STDERR "Unable to run kconfig_compiler_kf5\n"; exit 1; } -- cgit v1.2.1