(bootstrap-clean): Fix misplaced `!'.

This commit is contained in:
Dave Love 2003-09-23 10:46:15 +00:00
parent f8977ff323
commit 72041d01b5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-09-23 Dave Love <fx@gnu.org>
* Makefile.in (bootstrap-clean): Fix misplaced `!'.
2003-09-22 Nick Roberts <nick@nick.uklinux.net>
* progmodes/gud.el (perldb): Add gud-until to list of commands.

View file

@ -292,7 +292,7 @@ bootstrap-clean:
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