aboutsummaryrefslogtreecommitdiffstats
path: root/cygwin
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-24 15:01:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-24 15:01:06 +0000
commit42097d7ac1f86fda389eb66f6cbe5c57fc5ead9e (patch)
tree569921fb635d62d4a6fad2c2adf041cba53a0e3e /cygwin
parenta4a0080a4187eb5a00e98d95e258c4230d25cef7 (diff)
downloadruby-42097d7ac1f86fda389eb66f6cbe5c57fc5ead9e.tar.gz
* cygwin/GNUmakefile.in (clean-local): should be double-colon.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/GNUmakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/GNUmakefile.in b/cygwin/GNUmakefile.in
index c750ad8ed9..7995f31cd3 100644
--- a/cygwin/GNUmakefile.in
+++ b/cygwin/GNUmakefile.in
@@ -68,7 +68,7 @@ $(LIBRUBY_SO): $(RUBYDEF)
$(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG)
$(MINIRUBY) $(srcdir)/win32/mkexports.rb -output=$@ $(LIBRUBY_A)
-clean-local:
+clean-local::
@$(RM) $(RUBYDEF)
endif