[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/Makefile.in
From: |
Dave Love |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/Makefile.in |
Date: |
Sat, 05 Oct 2002 15:00:51 -0400 |
Index: emacs/lisp/Makefile.in
diff -c emacs/lisp/Makefile.in:1.34 emacs/lisp/Makefile.in:1.35
*** emacs/lisp/Makefile.in:1.34 Wed Mar 27 09:44:41 2002
--- emacs/lisp/Makefile.in Wed Sep 18 12:14:30 2002
***************
*** 278,284 ****
bootstrap-clean:
if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
! -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
# Generate/update files for the bootstrap process.
--- 278,284 ----
bootstrap-clean:
if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
! cd $(lisp); rm -f *.elc */*.elc
# Generate/update files for the bootstrap process.
- [Emacs-diffs] Changes to emacs/lisp/Makefile.in,
Dave Love <=