summaryrefslogtreecommitdiff
path: root/bcc32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-19 23:44:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-19 23:44:00 +0000
commit40fc1a802516f5cd51d9bf741528bc06d3330c5f (patch)
tree51098493e255acf679aee170492d1f890ab51ab3 /bcc32
parent96117996a0996df65e02984d17f396687f184f17 (diff)
* 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
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub12
1 files changed, 6 insertions, 6 deletions
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