The following patch extends the contrib/Makefile to byte compile the just
submitted semantic-ectag-scala.el file.
Index: contrib/Makefile
===================================================================
RCS file: /cvsroot/cedet/cedet/contrib/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- contrib/Makefile 19 Mar 2009 00:42:59 -0000 1.26
+++ contrib/Makefile 26 Jul 2009 23:11:58 -0000
@@ -22,7 +22,7 @@
wy_SEMANTIC_GRAMMAR=wisent-csharp.wy wisent-ruby.wy wisent-php.wy
EMACS=emacs
wy_SEMANTIC_GRAMMAR_EL=wisent-csharp-wy.el wisent-ruby-wy.el
wisent-php-wy.el
-lisp_LISP=wisent-csharp.el semantic-tag-folding.el eassist.el
wisent-ruby.el wisent-php.el ede-gnustep.el
+lisp_LISP=wisent-csharp.el semantic-tag-folding.el eassist.el
wisent-ruby.el wisent-php.el ede-gnustep.el semantic-ectag-scala.el
VERSION=1.0pre7
DISTDIR=$(top)Contrib-$(VERSION)
|