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 daa720c1..964573c9 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