diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-12 10:38:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-12 10:38:59 +0300 |
commit | abe6c92b13c72c8e214ce2e4eb6371e2d7948b83 (patch) | |
tree | bfc4de3fa1ddc01d4e4bb6e3574d1848c5206c03 /pc/GenMakefileTst.awk | |
parent | ffef5abf2023140a106fd894565dae1abad77a15 (diff) | |
parent | 06cbdb5103c1bd5565fd61b2c854a86cd3c3fd85 (diff) | |
download | egawk-abe6c92b13c72c8e214ce2e4eb6371e2d7948b83.tar.gz egawk-abe6c92b13c72c8e214ce2e4eb6371e2d7948b83.tar.bz2 egawk-abe6c92b13c72c8e214ce2e4eb6371e2d7948b83.zip |
Merge branch 'master' into feature/bool
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 |