diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-12 10:39:30 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-12 10:39:30 +0300 |
commit | eb969c918beec94d835368aa9f938ddac3c20ebf (patch) | |
tree | 07bfa1d7fc2fc941f7a4be53b5d73cc9fc3d048e /pc/GenMakefileTst.awk | |
parent | e8e2a77ac68e084827fe0967ec6eb64b8556a8c9 (diff) | |
parent | 06cbdb5103c1bd5565fd61b2c854a86cd3c3fd85 (diff) | |
download | egawk-eb969c918beec94d835368aa9f938ddac3c20ebf.tar.gz egawk-eb969c918beec94d835368aa9f938ddac3c20ebf.tar.bz2 egawk-eb969c918beec94d835368aa9f938ddac3c20ebf.zip |
Merge branch 'master' into feature/docit
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 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 |