From 13598f977ec3b707bd1a8f2abb99825cb8f85b58 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 17 Feb 2010 15:42:27 -0800 Subject: GNUmakefile: remove old, lower-case variables We started using upper-case variables a while back, so just remove the backwards-compatibility clutter. --- GNUmakefile | 10 +++------- 1 file 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 -- cgit v1.2.3-24-ge0c7