From fd7c0279f87411d77beadd232fc208b0a0d8f9e4 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 12 Nov 2010 11:51:42 +0000 Subject: * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend, ext/ripper/depend, lib/mkmf.rb, win32/Makefile.sub: caddle up. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- cygwin/GNUmakefile.in | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'cygwin') diff --git a/cygwin/GNUmakefile.in b/cygwin/GNUmakefile.in index fa1864340d..a269311caf 100644 --- a/cygwin/GNUmakefile.in +++ b/cygwin/GNUmakefile.in @@ -41,21 +41,18 @@ scriptbin: $(SCRIPTPROGRAMS) %$(EXEEXT): bin/% $(STUBPROGRAM) $(ECHO) generating $@ - $(Q) \ - { cat $(STUBPROGRAM); echo; sed -e '1{' -e '/^#!.*ruby/!i\' -e '#!/bin/ruby' -e '}' $<; } > $@ + $(Q) { cat $(STUBPROGRAM); echo; sed -e '1{' -e '/^#!.*ruby/!i\' -e '#!/bin/ruby' -e '}' $<; } > $@ $(LIBRUBY): $(RUBY_EXP) $(LIBRUBY_SO) $(RUBY_EXP) $(LIBRUBY_SO): $(DLL_BASE_NAME).res.@OBJEXT@ %.res.@OBJEXT@: %.rc $(ECHO) compiling $@ - $(Q) \ - $(WINDRES) --include-dir . --include-dir $(