about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2007-02-23 19:46:19 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2007-02-23 19:46:19 +0000
commit7d5f4e6fd01ac048934ba1cef4c6e6c70b3be583 (patch)
treef89dd0d37793b5736a7ad226a7ecc2f0bb5339d5 /Rakefile
parent0e6c5871e3f5694e02e92d2f924b012a503f0b77 (diff)
downloadunicorn-7d5f4e6fd01ac048934ba1cef4c6e6c70b3be583.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@530 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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