|
@@ -5139,7 +5139,7 @@ fi
|
|
|
done
|
|
|
|
|
|
|
|
|
-ac_config_files="$ac_config_files Makefile"
|
|
|
+ac_config_files="$ac_config_files db/Makefile websocket/Makefile Makefile"
|
|
|
|
|
|
cat >confcache <<\_ACEOF
|
|
|
# This file is a shell script that caches the results of configure
|
|
@@ -5887,6 +5887,8 @@ for ac_config_target in $ac_config_targets
|
|
|
do
|
|
|
case $ac_config_target in
|
|
|
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
|
|
|
+ "db/Makefile") CONFIG_FILES="$CONFIG_FILES db/Makefile" ;;
|
|
|
+ "websocket/Makefile") CONFIG_FILES="$CONFIG_FILES websocket/Makefile" ;;
|
|
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
|
|
|
|
|
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|