summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-08 02:39:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-08 02:39:15 +0000
commitb43b6cf71f4ce482d46fd60364b457afe2963078 (patch)
treee1c405488967f340e1aa6d99ffc1fc81d06f11c6 /Makefile.in
parent4837d6d5b5a84fbf4f52a2c96defd06876fb3138 (diff)
* common.mk (sudo-precheck): true command is not standard on
Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a01faae931..531743d0e8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,6 +3,7 @@ NULLCMD = :
RUNCMD = $(SHELL)
CHDIR = @CHDIR@
exec = exec
+NULL = /dev/null
#### Start of system configuration section. ####