Skip to content

Commit

Permalink
* cygwin/GNUmakefile.in (clean-local): should be double-colon.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Feb 24, 2008
1 parent a4a0080 commit 42097d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Mon Feb 25 00:01:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>

* cygwin/GNUmakefile.in (clean-local): should be double-colon.

Sun Feb 24 23:39:59 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>

* common.mk, {bcc,win}32/Makefile.sub (clean-local): remove
Expand Down
2 changes: 1 addition & 1 deletion cygwin/GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 42097d7

Please sign in to comment.