summaryrefslogtreecommitdiff
path: root/enc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-16 05:34:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-16 05:34:25 +0000
commit7485e91f76b7149c421900934adb146913142f8c (patch)
tree9c2fab296d9f1d55fb58238cb48f743c5282f652 /enc
parent483225e52199341bb313913a3fdcb5abba4ceb24 (diff)
* common.mk, enc/depend (enc, trans): targets for sources.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
-rw-r--r--enc/depend5
1 files changed, 4 insertions, 1 deletions
diff --git a/enc/depend b/enc/depend
index 1ae1d71a6e..77160482b1 100644
--- a/enc/depend
+++ b/enc/depend
@@ -62,7 +62,10 @@ TRANSCLEANOBJS = <%=cleanobjs.map {|clean|
clean.gsub(/\$\*(\.\w+)?/) {"$(TRANSOBJS#{$1 ? ":.#{CONFIG["OBJEXT"]}=#{$1}" : ""})"}
}.join(" ")%>
-all: $(ENCSOS) $(TRANSSOS)
+encs: all
+all: enc trans
+enc: $(ENCSOS)
+trans: $(TRANSSOS)
srcs: $(TRANSCSRCS)