summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-06 05:04:36 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-06 05:04:36 +0000
commitce074dcf425ad93fea65114288918cbb708e05f5 (patch)
tree963daafc6f59bbf5a636a2782d277439c6893dd0
parent5d457380c2974987f4b4f09aed9ea7fc01694f7b (diff)
* enc/depend: replace not only $(<:...) but also $<.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--enc/depend2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ace4f9fcf0..e06539793a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Aug 6 14:04:08 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * enc/depend: replace not only $(<:...) but also $<.
+
Wed Aug 6 13:54:30 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (config.status): export BASERUBY.
diff --git a/enc/depend b/enc/depend
index aab82a3287..2674524cbd 100644
--- a/enc/depend
+++ b/enc/depend
@@ -68,7 +68,7 @@ $(ENCSODIR)/<%=e%>.$(DLEXT): <%=obj%>
% end
% dependencies.each do |e|
enc/<%=e%>.$(OBJEXT): $(srcdir)/enc/<%=e%>.c
- <%=COMPILE_C.sub(/\$\(<(?:.*)\)/) {"$(srcdir)/enc/#{e}.c"}%>
+ <%=COMPILE_C.sub(/\$(?:<|\(<(?:.*)\))/) {"$(srcdir)/enc/#{e}.c"}%>
% end
enc/encdb.$(OBJEXT): encdb.h