aboutsummaryrefslogtreecommitdiffstats
path: root/pc/GenMakefileTst.awk
diff options
context:
space:
mode:
Diffstat (limited to 'pc/GenMakefileTst.awk')
-rw-r--r--pc/GenMakefileTst.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/GenMakefileTst.awk b/pc/GenMakefileTst.awk
index 7fce7eb3..298b3887 100644
--- a/pc/GenMakefileTst.awk
+++ b/pc/GenMakefileTst.awk
@@ -90,7 +90,7 @@ function substitutions(test, string)
# MSYS needs "/" to be doubled
gsub(/-F\//, "-F$(SLASH)", string)
- gsub(/=@\//, =@$(SLASH), string)
+ gsub(/=@\//, "=@$(SLASH)", string)
if (string ~ /\$\(CMP\)/ && test in testoutcmp) {
gsub(/\$\(CMP\)/, "$(TESTOUTCMP)", string)