From 6d9bf6ad84260be53faf9df5b876010b7999c5ef Mon Sep 17 00:00:00 2001 From: Min Si Date: Tue, 26 Nov 2013 17:06:54 +0900 Subject: [PATCH] Added the full path of mcreboot.1 in configure --- configure | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index dff10754..3e2f7121 100755 --- a/configure +++ b/configure @@ -3247,7 +3247,7 @@ TARGET="$WITH_TARGET" -ac_config_files="$ac_config_files Makefile executer/user/Makefile executer/kernel/Makefile kernel/Makefile arch/x86/tools/mcreboot-attached-mic.sh arch/x86/tools/mcshutdown-attached-mic.sh mcreboot.1:mcreboot.1in" +ac_config_files="$ac_config_files Makefile executer/user/Makefile executer/kernel/Makefile kernel/Makefile arch/x86/tools/mcreboot-attached-mic.sh arch/x86/tools/mcshutdown-attached-mic.sh arch/x86/tools/mcreboot.1:arch/x86/tools/mcreboot.1in" if test "x$enable_dcfa" = xyes; then : @@ -3967,7 +3967,7 @@ do "kernel/Makefile") CONFIG_FILES="$CONFIG_FILES kernel/Makefile" ;; "arch/x86/tools/mcreboot-attached-mic.sh") CONFIG_FILES="$CONFIG_FILES arch/x86/tools/mcreboot-attached-mic.sh" ;; "arch/x86/tools/mcshutdown-attached-mic.sh") CONFIG_FILES="$CONFIG_FILES arch/x86/tools/mcshutdown-attached-mic.sh" ;; - "mcreboot.1") CONFIG_FILES="$CONFIG_FILES mcreboot.1:mcreboot.1in" ;; + "arch/x86/tools/mcreboot.1") CONFIG_FILES="$CONFIG_FILES arch/x86/tools/mcreboot.1:arch/x86/tools/mcreboot.1in" ;; "kernel/Makefile.dcfa") CONFIG_FILES="$CONFIG_FILES kernel/Makefile.dcfa" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; diff --git a/configure.ac b/configure.ac index f8828a10..c70bf816 100644 --- a/configure.ac +++ b/configure.ac @@ -134,7 +134,7 @@ AC_CONFIG_FILES([ kernel/Makefile arch/x86/tools/mcreboot-attached-mic.sh arch/x86/tools/mcshutdown-attached-mic.sh - mcreboot.1:mcreboot.1in + arch/x86/tools/mcreboot.1:arch/x86/tools/mcreboot.1in ]) AS_IF([test "x$enable_dcfa" = xyes], [