diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-08-16 13:13:53 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-08-16 13:13:53 +0000 |
commit | 206a06064f73398f6e920b8cb839e92e6db1f82d (patch) | |
tree | 37d5eea12a3d26edca36519166c4643fd7080629 /lisp/makefile.nt | |
parent | cca1b1d7ca8d49ebe9e9fd60f8c4aea4c5d5c927 (diff) | |
download | emacs-206a06064f73398f6e920b8cb839e92e6db1f82d.tar.gz |
(DONTCOMPILE): Omit bindings.el.
Diffstat (limited to 'lisp/makefile.nt')
-rw-r--r-- | lisp/makefile.nt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/makefile.nt b/lisp/makefile.nt index 88c10441ac7..cceb17cb5ff 100644 --- a/lisp/makefile.nt +++ b/lisp/makefile.nt @@ -46,7 +46,6 @@ ETAGS = ..\lib-src\$(BLD)\etags # no point compiling it, although it doesn't hurt. DONTCOMPILE = \ - $(lisp)/bindings.el \ $(lisp)/cus-load.el \ $(lisp)/cus-start.el \ $(lisp)/emacs-lisp/cl-specs.el \ |