From 6f3eb7a75d14d4b4af7ffa248bb2700e03575c10 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 21 Apr 2009 11:14:37 -0700 Subject: GNUmakefile: Fix ragel dependencies --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index d309cdb..032807d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -30,8 +30,8 @@ http11_deps := $(addprefix ext/unicorn/http11/, \ inst_deps := $(wildcard bin/*) $(wildcard lib/*.rb) \ $(wildcard lib/*/*.rb) $(http11_deps) -ext/unicorn/http11/http11_parser.c: ext/unicorn/http11/http11_parser.rl - cd $(@D) && ragel $(