From: Bernhard Reutner-Fischer Date: Thu, 15 Jun 2006 21:39:34 +0000 (-0000) Subject: - drats. X-Git-Tag: 1_2_0~132 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7011dd0e06334b01533553a654ecb044ccf2eed7;p=oweals%2Fbusybox.git - drats. --- diff --git a/scripts/config/mkconfigs b/scripts/config/mkconfigs index 88365f62c..3443e037e 100755 --- a/scripts/config/mkconfigs +++ b/scripts/config/mkconfigs @@ -60,7 +60,7 @@ echo \ * */" -echo "static const char const * bbconfig_config =" +echo "static const char * const bbconfig_config =" echo "\"\\" echo "`sed 's/\"/\\\\\"/g' $config | grep "^#\? \?CONFIG_" | awk '{ print $0 "\\\\n\\\\" }' `" echo "\";"