* 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
Родитель 5d457380c2
Коммит ce074dcf42
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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> Wed Aug 6 13:54:30 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (config.status): export BASERUBY. * win32/Makefile.sub (config.status): export BASERUBY.

Просмотреть файл

@ -68,7 +68,7 @@ $(ENCSODIR)/<%=e%>.$(DLEXT): <%=obj%>
% end % end
% dependencies.each do |e| % dependencies.each do |e|
enc/<%=e%>.$(OBJEXT): $(srcdir)/enc/<%=e%>.c enc/<%=e%>.$(OBJEXT): $(srcdir)/enc/<%=e%>.c
<%=COMPILE_C.sub(/\$\(<(?:.*)\)/) {"$(srcdir)/enc/#{e}.c"}%> <%=COMPILE_C.sub(/\$(?:<|\(<(?:.*)\))/) {"$(srcdir)/enc/#{e}.c"}%>
% end % end
enc/encdb.$(OBJEXT): encdb.h enc/encdb.$(OBJEXT): encdb.h