diff lisp/Makefile.in @ 52588:916aeb134a46

(bootstrap-clean): Fix misplaced `!'.
author Dave Love <fx@gnu.org>
date Tue, 23 Sep 2003 10:45:53 +0000
parents 88edef684d4c
children 5bc5adc78004
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