From: Andrew Innes Date: Thu, 16 Aug 2001 13:13:53 +0000 (+0000) Subject: (DONTCOMPILE): Omit bindings.el. X-Git-Tag: emacs-pretest-21.0.105~168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=206a06064f73398f6e920b8cb839e92e6db1f82d;p=emacs.git (DONTCOMPILE): Omit bindings.el. --- 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 \ diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 83b4cf8644a..a375ee072a7 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -50,7 +50,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 \