1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* enc/depend: replace not only $(<:...) but also $<.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2008-08-06 05:04:36 +00:00
parent 5d457380c2
commit ce074dcf42
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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