(bootstrap-clean): Fix misplaced `!'.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user