- drats.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 15 Jun 2006 21:39:34 +0000 (21:39 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 15 Jun 2006 21:39:34 +0000 (21:39 -0000)
scripts/config/mkconfigs

index 88365f62c34691aa950eb30e891dea69a9756b4f..3443e037e9e67ae866fa33a4c154e1359c9ba465 100755 (executable)
@@ -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 "\";"