summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-24 08:58:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-24 08:58:10 +0000
commitff9bfed83dc694b87244a5caff7e19e27e16b3a9 (patch)
treedc22d7a1665e8141ffcea30476591b3966dd21f0 /Makefile.in
parent11abc445dd035fb1a7a60efcca3575ab3ff21e8a (diff)
* common.mk (ripper.c): exec can't work on Windows.
* ext/ripper/depend (.SUFFIXES): nmake doesn't have .y by default. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22591 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 27e4ff0d54..4d74be39f6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,6 @@
SHELL = /bin/sh
NULLCMD = :
+exec = exec
#### Start of system configuration section. ####