From 0e040df95b0b0728446fe97a6f216a01595a1e6c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 4 Feb 2014 06:14:30 -0600 Subject: Use right config for single builds. --- scripts/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/make.sh') 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 -- cgit v1.2.3