Author: cspencer
Date: Thu Apr 28 10:39:45 2005
New Revision: 7940

Modified:
   trunk/config/gen/makefiles/languages.in
Log:
Fixed up a target that prevented lisp from being built properly.


Modified: trunk/config/gen/makefiles/languages.in
==============================================================================
--- trunk/config/gen/makefiles/languages.in     (original)
+++ trunk/config/gen/makefiles/languages.in     Thu Apr 28 10:39:45 2005
@@ -97,6 +97,7 @@
 
 lisp: lisp.dummy
 lisp.dummy:
+       $(MAKE_C) lisp
 lisp.test:
        $(MAKE_C) lisp test
 lisp.clean:

Reply via email to