From 779f839bcc3fe8d8766f95fd81cffd45b7d845d8 Mon Sep 17 00:00:00 2001 From: zappo Date: Tue, 24 Feb 2009 01:36:35 +0000 Subject: [PATCH] (LOADPATH): Add speedbar. (EMACSFLAGS): New variable (Lisp): Use above. --- test/manual/cedet/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/manual/cedet/Makefile b/test/manual/cedet/Makefile index 3520eed2ec3..edc92bb1a29 100644 --- a/test/manual/cedet/Makefile +++ b/test/manual/cedet/Makefile @@ -11,7 +11,8 @@ ede_FILES=Project.ede Makefile Lisp_LISP=cedet-integ-test.el cit-cpp.el cit-el.el cit-texi.el cit-load.el cit-srec.el cit-gnustep.el EMACS=emacs -LOADPATH= ../contrib/ ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/ +EMACSFLAGS=-batch --no-site-file +LOADPATH= ../speedbar/ ../contrib/ ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/ templates_MISC=cit-extra-cpp.srt scripts_MISC=cit-test.sh Misc_MISC=README @@ -29,7 +30,7 @@ Lisp: $(Lisp_LISP) echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \ done; @echo "(setq debug-on-error t)" >> $@-compile-script - "$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^ + "$(EMACS)" $(EMACSFLAGS) -l $@-compile-script -f batch-byte-compile $^ templates: @ -- 2.39.2