From 40fc1a802516f5cd51d9bf741528bc06d3330c5f Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Oct 2006 23:44:00 +0000 Subject: * common.mk (NULLCMD): dummy command. * bcc32/Makefile.sub (post-install-*): Borland make cannot ignore command-less double-colon rules. [ruby-dev:29676] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bcc32/Makefile.sub') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 94245f48a5..baff3e3947 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -447,17 +447,17 @@ $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: rbconfig.rb . $(icondirs) $(srcdir)win32 post-install-bin:: - @exit > $@ + @$(NULLCMD) post-install-lib:: - @exit > $@ + @$(NULLCMD) post-install-ext-comm:: - @exit > $@ + @$(NULLCMD) post-install-ext-arch:: - @exit > $@ + @$(NULLCMD) post-install-man:: - @exit > $@ + @$(NULLCMD) post-install-doc:: - @exit > $@ + @$(NULLCMD) clean-local:: @$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib -- cgit v1.2.3