# HG changeset patch # User Andrew Innes # Date 997967633 0 # Node ID 9d0586dac8a8eb7fc91f3ee5ae6babab8dc54cea # Parent f48cce6677e793d76c5835e5b5beb39bae046d73 (DONTCOMPILE): Omit bindings.el. diff -r f48cce6677e7 -r 9d0586dac8a8 lisp/makefile.nt --- a/lisp/makefile.nt Thu Aug 16 12:55:40 2001 +0000 +++ b/lisp/makefile.nt Thu Aug 16 13:13:53 2001 +0000 @@ -46,7 +46,6 @@ # 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 -r f48cce6677e7 -r 9d0586dac8a8 lisp/makefile.w32-in --- a/lisp/makefile.w32-in Thu Aug 16 12:55:40 2001 +0000 +++ b/lisp/makefile.w32-in Thu Aug 16 13:13:53 2001 +0000 @@ -50,7 +50,6 @@ # 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 \