I needed this patch to make my emacs-bbdb RPM build on FC6.
The existing Makefile worked fine on FC5.  So, I assume this is some
minor change to make.

Without this patch the '\'s seem to get passed verbatim to Emacs,
yielding errors about '\' being unbound.

This patch should not adversely affect earlier versions of make.
It is also in keeping with the style of a few other rules earlier in
the Makefile.

Tom

2007-02-03  Tom Tromey  <[EMAIL PROTECTED]>

        * lisp/Makefile.in (bbdb-hooks.elc): Put lisp on a single line.

Index: lisp/Makefile.in
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/Makefile.in,v
retrieving revision 1.15
diff -u -r1.15 Makefile.in
--- lisp/Makefile.in 6 Sep 2005 22:24:13 -0000 1.15
+++ lisp/Makefile.in 3 Feb 2007 20:15:24 -0000
@@ -143,10 +143,7 @@
 
 bbdb-hooks.elc:  bbdb.elc bbdb-hooks.el
        @[EMAIL PROTECTED](EMACS_PROG) -batch -q $(PUSHPATH) -l ./bbdb.elc \
-       -eval '(and (not (string= "$(VMDIR)" "")) \
-                   (setq load-path (cons "$(VMDIR)" load-path)) \
-                   (load "vm" t t) \
-                   (load "vm-vars" t t))' \
+       -eval '(and (not (string= "$(VMDIR)" "")) (setq load-path (cons 
"$(VMDIR)" load-path)) (load "vm" t t) (load "vm-vars" t t))' \
        -f batch-byte-compile $(@:.elc=.el)
 
 autoloads: bbdb-autoloads.el


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to