mirror of
https://github.com/mirror/make.git
synced 2026-09-03 21:23:01 +08:00
Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.
Fixes Savannah bug #34530.
This commit is contained in:
@@ -110,7 +110,7 @@ $(dir)/foo.bar:
|
||||
|
||||
',
|
||||
"dir=$dir",
|
||||
"#MAKEFILE#:6: recipe for target `$dir/foo.bar' failed
|
||||
"#MAKEFILE#:6: recipe for target '$dir/foo.bar' failed
|
||||
#MAKE#: *** [$dir/foo.bar] Error 1",
|
||||
512);
|
||||
|
||||
@@ -204,7 +204,7 @@ CWEAVE := :
|
||||
%.tex : %.w %.ch
|
||||
!,
|
||||
'foo.tex',
|
||||
"#MAKE#: *** No rule to make target `foo.tex'. Stop.", 512);
|
||||
"#MAKE#: *** No rule to make target 'foo.tex'. Stop.", 512);
|
||||
|
||||
unlink(@f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user