summaryrefslogtreecommitdiffstats
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
commitdc14075ceb877d3d3c5c66814bed9100c15d593e (patch)
treedc22d7a1665e8141ffcea30476591b3966dd21f0 /Makefile.in
parent1e66ae36421feab92fb41eaeb428167e5e5531d1 (diff)
downloadruby-dc14075ceb877d3d3c5c66814bed9100c15d593e.tar.gz
ruby-dc14075ceb877d3d3c5c66814bed9100c15d593e.tar.xz
ruby-dc14075ceb877d3d3c5c66814bed9100c15d593e.zip
* common.mk (ripper.c): exec can't work on Windows.
* ext/ripper/depend (.SUFFIXES): nmake doesn't have .y by default. git-svn-id: http://svn.ruby-lang.org/repos/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 27e4ff0d5..4d74be39f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,6 @@
SHELL = /bin/sh
NULLCMD = :
+exec = exec
#### Start of system configuration section. ####