From: xscript Date: Wed, 15 Sep 2010 13:45:26 +0000 (+0200) Subject: Fix paths to current code location. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ada551411adf57803006726e1064484a716e8f89;p=emacs.git Fix paths to current code location. * Makefile (CEDET_ELISP_PACKAGES, CEDET_VERSION, recompile) (utest): Fix paths to current code location. * cedet-build.el: Idem. * tests/Makefile (LOADPATH): Idem. --- diff --git a/test/manual/cedet/Makefile b/test/manual/cedet/Makefile index 4e9616c8233..caff730a6f2 100644 --- a/test/manual/cedet/Makefile +++ b/test/manual/cedet/Makefile @@ -12,7 +12,7 @@ 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 cit-uml.el cit-dist.el cit-symref.el cit-externaldb.el EMACS=emacs EMACSFLAGS=-batch --no-site-file -LOADPATH= ../speedbar/ ../cogre/ ../contrib/ ../ede/ ../srecode/ ../semantic/wisent/ ../semantic/bovine/ ../semantic/ ../eieio/ ../common/ +LOADPATH= ../lisp/speedbar/ ../lisp/cogre/ ../lisp/contrib/ ../lisp/ede/ ../lisp/srecode/ ../lisp/semantic/wisent/ ../lisp/semantic/bovine/ ../lisp/semantic/ ../lisp/eieio/ ../lisp/common/ ELISPPRELOAD= cedet-compat templates_MISC=cit-extra-cpp.srt scripts_MISC=cit-test.sh