Mercurial > emacs
changeset 52588:916aeb134a46
(bootstrap-clean): Fix misplaced `!'.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 23 Sep 2003 10:45:53 +0000 |
parents | ce540063ee19 |
children | fc78d0eb33d4 |
files | lisp/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Tue Sep 23 02:48:44 2003 +0000 +++ b/lisp/Makefile.in Tue Sep 23 10:45:53 2003 +0000 @@ -292,7 +292,7 @@ if test -x $(EMACS); then \ $(MAKE) $(MFLAGS) autoloads; \ else \ - if ! test -r $(lisp)/loaddefs.el; then \ + if test ! -r $(lisp)/loaddefs.el; then \ cp $(lisp)/loaddefs-boot.el $(lisp)/loaddefs.el; \ fi \ fi