about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-17 15:42:27 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-17 15:42:27 -0800
commit13598f977ec3b707bd1a8f2abb99825cb8f85b58 (patch)
treec31b62e972af944b2141c68501a3cf9fd632e92a /GNUmakefile
parentb30ae5c5f01c36f39b9c301e59d8ad9fb24f7c1b (diff)
downloadunicorn-13598f977ec3b707bd1a8f2abb99825cb8f85b58.tar.gz
We started using upper-case variables a while back, so just
remove the backwards-compatibility clutter.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bc67b99..3326aff 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,17 +1,13 @@
 # use GNU Make to run tests in parallel, and without depending on RubyGems
 all:: test
 
-ruby = ruby
-rake = rake
-ragel = ragel
-
 GIT_URL = git://git.bogomips.org/unicorn.git
 RLFLAGS = -G2
 
 # lower-case vars are deprecated
-RUBY = $(ruby)
-RAKE = $(rake)
-RAGEL = $(ragel)
+RUBY = ruby
+RAKE = rake
+RAGEL = ragel
 
 GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
         @./GIT-VERSION-GEN