From 2e3be7378781568e3302add18baa5ba45b8b4463 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 31 Jul 2011 11:27:30 +0000 Subject: * 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/branches/ruby_1_9_3@32772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b1864e68e3..912547860e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ SHELL = /bin/sh -NULLCMD = : +NULLCMD = @NULLCMD@ RUNCMD = $(SHELL) CHDIR = @CHDIR@ exec = exec -- cgit v1.2.3