Skip to content

Commit

Permalink
* Makefile.in: Kill ugly line continuation.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
kosaki committed Dec 30, 2010
1 parent e8fc308 commit 918a712
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Thu Dec 30 20:41:50 2010 KOSAKI Motohiro <[email protected]>

* Makefile.in: Kill ugly line continuation.

Thu Dec 30 11:49:40 2010 Tanaka Akira <[email protected]>

* sprintf.c: parenthesize macro arguments.
Expand Down
8 changes: 4 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,11 @@ clean-enc distclean-enc realclean-enc:
exec $(MAKE) -f $(ENC_MK) $(MFLAGS) $(@:-enc=)

clean-rdoc distclean-rdoc realclean-rdoc:
@echo $(@:-rdoc=ing) rdoc; \
$(RMALL) $(RDOCOUT)
@echo $(@:-rdoc=ing) rdoc;
@$(RMALL) $(RDOCOUT)
clean-capi distclean-capi realclean-capi:
@echo $(@:-capi=ing) capi; \
$(RMALL) $(CAPIOUT)
@echo $(@:-capi=ing) capi;
@$(RMALL) $(CAPIOUT)


ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
Expand Down

0 comments on commit 918a712

Please sign in to comment.