From 5002cf082f9f621c055cb77ff90658f74f5ff3b5 Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 3 Mar 2009 11:40:03 +0000 Subject: merges r22591 from trunk into ruby_1_9_1. -- * 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/branches/ruby_1_9_1@22736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index df308004a2..c29dcf352e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,6 @@ SHELL = /bin/sh NULLCMD = : +exec = exec #### Start of system configuration section. #### -- cgit v1.2.3