aboutsummaryrefslogtreecommitdiffstats
path: root/cygwin/GNUmakefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-24 14:40:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-24 14:40:01 +0000
commita4a0080a4187eb5a00e98d95e258c4230d25cef7 (patch)
tree7446dca6e09a27cae7accd1932a4135d8fba1e87 /cygwin/GNUmakefile.in
parent59a1754a643082d12f9e0347a50d5bbe2ca3d271 (diff)
downloadruby-a4a0080a4187eb5a00e98d95e258c4230d25cef7.tar.gz
* cygwin/GNUmakefile.in (clean-local): remove def file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cygwin/GNUmakefile.in')
-rw-r--r--cygwin/GNUmakefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cygwin/GNUmakefile.in b/cygwin/GNUmakefile.in
index 03c2a2ca95..c750ad8ed9 100644
--- a/cygwin/GNUmakefile.in
+++ b/cygwin/GNUmakefile.in
@@ -67,6 +67,9 @@ $(LIBRUBY_SO): $(RUBYDEF)
$(RUBYDEF): $(LIBRUBY_A) $(PREP) $(RBCONFIG)
$(MINIRUBY) $(srcdir)/win32/mkexports.rb -output=$@ $(LIBRUBY_A)
+
+clean-local:
+ @$(RM) $(RUBYDEF)
endif
ifeq (@target_os@,cygwin)