about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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