diff options
Diffstat (limited to 'lib/am/lisp.am')
-rw-r--r-- | lib/am/lisp.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/am/lisp.am b/lib/am/lisp.am index 554574b07..fa2058d5f 100644 --- a/lib/am/lisp.am +++ b/lib/am/lisp.am @@ -46,16 +46,16 @@ elc-stamp: $(LISP) $(am__ELCFILES): elc-stamp ## Recover from the removal of $@. ## -## Do not call `make elc-stamp' if emacs is not available, because it would +## Do not call "make elc-stamp" if emacs is not available, because it would ## be useless. ## -## If `make -n' is called, do not execute any command in the recipe that +## If "make -n" is called, do not execute any command in the recipe that ## changes the tree; however, invoke the recursive make for debuggability. @if $(am__make_dryrun); then dry=:; else dry=; fi; \ if test "$(EMACS)" != no && test ! -f $@; then \ -## If `make -j' is used and more than one file has been erased, several +## If "make -j" is used and more than one file has been erased, several ## processes can execute this block. We have to make sure that only -## the first one will run `$(MAKE) elc-stamp', and the other ones will +## the first one will run "$(MAKE) elc-stamp", and the other ones will ## wait. ## ## There is a race here if only one child of make receive a signal. |