aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make.sh b/scripts/make.sh
index 9fdadc47..d2799a8e 100755
--- a/scripts/make.sh
+++ b/scripts/make.sh
@@ -131,7 +131,7 @@ GLOBSTRUCT="$(getglobals)"
echo "generated/help.h"
do_loudly $HOSTCC scripts/config2help.c -I . lib/xwrap.c lib/llist.c lib/lib.c \
-o generated/config2help && \
-generated/config2help Config.in .config > generated/help.h || exit 1
+generated/config2help Config.in $KCONFIG_CONFIG > generated/help.h || exit 1
# Extract a list of toys/*/*.c files to compile from the data in $KCONFIG_CONFIG