From 53d3b13233b96b965c84ed628142b1292422319e Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 31 Jul 2011 11:31:55 +0000 Subject: Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk. * common.mk (ECHO1): ":" in a make variable replacement cause a syntax error with /usr/ccs/bin/make on Solaris. Uses $(NULLCMD) instead. * configure.in (NULLCMD): new check. * Makefile.in (NULLCMD): Reflects checking in configure. * win32/Makefile.sub (NULLCMD): new assignment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 808966a4e0..4167f6a95b 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1,6 +1,7 @@ # -*- makefile -*- SHELL = $(COMSPEC) +NULLCMD = : RUNCMD = $(COMSPEC) /c MKFILES = Makefile NULL = nul -- cgit v1.2.1