about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-09 15:45:24 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-09 15:48:11 -0700
commit07c81ad6cee7582cb7729ed8244ce2f07118d9bd (patch)
tree5987c8ad06bbf097e258317300d37b3c31660a78
parentde9af3d5a2b378a9563066158eafe05d4c8c8a11 (diff)
downloadunicorn-07c81ad6cee7582cb7729ed8244ce2f07118d9bd.tar.gz
drop the whitespace cleaner for Ragel->C
Generated C code is no longer checked into git so it
doesn't matter.
-rw-r--r--GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7dfea8e..963809c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -46,7 +46,6 @@ inst_deps := $(c_files) $(rb_files) GNUmakefile test/test_helper.rb
 ragel: $(ext)/unicorn_http.c
 $(ext)/unicorn_http.c: $(rl_files)
         cd $(@D) && $(ragel) unicorn_http.rl -C $(RLFLAGS) -o $(@F)
-        $(ruby) -i -p -e '$$_.gsub!(%r{[ \t]*$$},"")' $@
 $(ext)/Makefile: $(ext)/extconf.rb $(c_files)
         cd $(@D) && $(ruby) extconf.rb
 $(ext)/unicorn_http.$(DLEXT): $(ext)/Makefile