summaryrefslogtreecommitdiffstats
path: root/win32/enc-setup.mak
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-15 05:57:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-15 05:57:40 +0000
commit60a05cff2e657aec5e4c16fa2980982bd621c9bf (patch)
treeb9165e1a9d6957cce0651495e14f785cc655ec36 /win32/enc-setup.mak
parent8f1332c537179a5f2f745d4fafacbb587e161086 (diff)
downloadruby-60a05cff2e657aec5e4c16fa2980982bd621c9bf.tar.gz
ruby-60a05cff2e657aec5e4c16fa2980982bd621c9bf.tar.xz
ruby-60a05cff2e657aec5e4c16fa2980982bd621c9bf.zip
* {win,bcc}32/setup.mak (-basic-vars-): expand BASERUBY to full path
to get rid of ./ruby.exe. * win32/enc-setup.mak: workaround for Borland make. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/enc-setup.mak')
-rw-r--r--win32/enc-setup.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/enc-setup.mak b/win32/enc-setup.mak
index 2b51c4bf6..bc4df0fdc 100644
--- a/win32/enc-setup.mak
+++ b/win32/enc-setup.mak
@@ -1,6 +1,6 @@
-BUILTIN_ENCOBJS:
+BUILTIN_ENCOBJS: $(srcdir)/enc/Makefile.in
!include $(srcdir)/enc/Makefile.in
-BUILTIN_ENCOBJS: $(srcdir)/enc/Makefile.in
+BUILTIN_ENCOBJS:
@echo BUILTIN_ENCOBJS = $(BUILTIN_ENCS:.c=.obj) >> $(MAKEFILE)