From 7d5f4e6fd01ac048934ba1cef4c6e6c70b3be583 Mon Sep 17 00:00:00 2001 From: zedshaw Date: Fri, 23 Feb 2007 19:46:19 +0000 Subject: Move to the latest Ragel. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@530 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 2e69c0f..8a2b2f0 100644 --- a/Rakefile +++ b/Rakefile @@ -29,7 +29,7 @@ end task :package => [:clean,:compile,:test,:rerdoc] task :ragel do - sh %{/usr/local/bin/ragel ext/http11/http11_parser.rl | /usr/local/bin/rlcodegen -G2 -o ext/http11/http11_parser.c} + sh %{ragel ext/http11/http11_parser.rl | rlgen-cd -G2 -o ext/http11/http11_parser.c} end task :site_webgen do -- cgit v1.2.3-24-ge0c7