From 42f091a76120b4bf2ab7466dfaaf8907f9d9b189 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 15 Jun 2006 21:35:35 +0000 Subject: - let the scripts be prerequisites of the files the generate - make sure that bbconfig isn't too stupid --- scripts/config/mkconfigs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/config/mkconfigs') diff --git a/scripts/config/mkconfigs b/scripts/config/mkconfigs index be5d9d177..88365f62c 100755 --- a/scripts/config/mkconfigs +++ b/scripts/config/mkconfigs @@ -60,7 +60,7 @@ echo \ * */" -echo "static char const bbconfig_config[] =" +echo "static const char const * bbconfig_config =" echo "\"\\" echo "`sed 's/\"/\\\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{ print $0 "\\\\n\\\\" }' `" echo "\";" -- cgit v1.2.3