summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-30 11:06:18 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-30 11:06:18 +0000
commit918a712cf87f0dfec943069b617d1763e7f824a8 (patch)
treea7489f064cf0550f9be6f93d60ffc03b7c6ee489 /Makefile.in
parente8fc308315bfab764ceffe30243715c91153739a (diff)
* Makefile.in: Kill ugly line continuation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 076e96e63a..4084811218 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)