зеркало из https://github.com/github/ruby.git
* 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:
Родитель
5d457380c2
Коммит
ce074dcf42
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче