"RW" == Roland Winkler <wink...@gnu.org> writes:
---8<---[snipped 22 lines]---8<---

RW>     * lisp/Makefile: In bbdb-autloads.el, add BBDB lisp directory to
RW> load-path.

---8<---[snipped 18 lines]---8<---

You forgot to add -e to the echo to make it expand the \n into a
newline.

--- a/Makefile	2011-01-17 14:17:43.000000000 +0100
+++ b/Makefile	2011-01-17 14:25:50.843848813 +0100
@@ -89,7 +89,7 @@
 	@-$(RM) $@;
 	@echo "(provide 'bbdb-autoloads)" > $@;
 	@echo "(if (and load-file-name (file-name-directory load-file-name))" >> $@;
-	@echo "    (add-to-list 'load-path (file-name-directory load-file-name)))\n" >> $@;
+	@echo -e "    (add-to-list 'load-path (file-name-directory load-file-name)))\n" >> $@;
 	@echo "" >> $@;
 	@$(emacs) -batch -l autoload \
 		--eval '(setq generated-autoload-file "'`pwd`'/$@")' \


-- 
Philipp Haselwarter
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to