diff options
Diffstat (limited to 'pc/GenMakefileTst.awk')
-rw-r--r-- | pc/GenMakefileTst.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/GenMakefileTst.awk b/pc/GenMakefileTst.awk index 298b3887..daa720c1 100644 --- a/pc/GenMakefileTst.awk +++ b/pc/GenMakefileTst.awk @@ -109,7 +109,7 @@ function print_recipe( i, start) return # First line if it's @echo $@ - if (recipe_lines[2] == "\t@echo $@") { + if (recipe_lines[2] ~ /\t@echo $@/) { start = 3 print recipe_lines[2] } else |