~ chicken-core (chicken-5) ce9d3bc5866a03e6526bbf5ec5575762cbffc4b9
commit ce9d3bc5866a03e6526bbf5ec5575762cbffc4b9 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sun May 2 01:19:59 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sun May 2 01:19:59 2010 +0200 escape backtick in echo output in rules.make diff --git a/rules.make b/rules.make index 7c34c762..d3a0fb99 100644 --- a/rules.make +++ b/rules.make @@ -758,7 +758,7 @@ ifeq ($(CROSS_CHICKEN)$(DESTDIR),0) -$(IBINDIR)$(SEP)$(CHICKEN_INSTALL_PROGRAM) -update-db else @echo - @echo "Warning: cannot run `chicken-install -update-db' when DESTDIR is set" + @echo "Warning: cannot run \`chicken-install -update-db' when DESTDIR is set" @echo endif endifTrap