--- a/src/main/resources/make/configure.vm Mon May 19 13:19:07 2025 +0200 +++ b/src/main/resources/make/configure.vm Mon May 19 13:24:39 2025 +0200 @@ -567,9 +567,9 @@ echo "configuring global target" echo "# flags for unnamed target" >> "$TEMP_DIR/flags.mk" #end -TEMP_CFLAGS="$CFLAGS" -TEMP_CXXFLAGS="$CXXFLAGS" -TEMP_LDFLAGS="$LDFLAGS" +TEMP_CFLAGS= +TEMP_CXXFLAGS= +TEMP_LDFLAGS= #foreach( $dependency in $target.dependencies ) if dependency_error_$dependency; then