# HG changeset patch # User Dave Love # Date 1064313953 0 # Node ID 916aeb134a4630e69a1ebf26f8ce55f26cff5eb4 # Parent ce540063ee19b083951ff5c9f786b0fb6c23c14a (bootstrap-clean): Fix misplaced `!'. diff -r ce540063ee19 -r 916aeb134a46 lisp/Makefile.in --- 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