* enc/Makefile.in, enc/depend, enc/make_encmake.rb: moved serb code. * lib/mkmf.rb (depend_rules): now takes content string, not file name. * win32/enc-setup.mak: overrides default target. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
7 lines
135 B
Makefile
7 lines
135 B
Makefile
BUILTIN_ENCOBJS:
|
|
|
|
!include $(srcdir)/enc/Makefile.in
|
|
|
|
BUILTIN_ENCOBJS:
|
|
@echo BUILTIN_ENCOBJS = $(BUILTIN_ENCS:.c=.obj) >> $(MAKEFILE)
|