summaryrefslogtreecommitdiff
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
commitde556e6281860dd350f458e653052f8addf9ec6d (patch)
treeb9165e1a9d6957cce0651495e14f785cc655ec36 /win32/enc-setup.mak
parent3c3b2fe143943f0a8a11767637088b3ca82c2d53 (diff)
* {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: svn+ssh://ci.ruby-lang.org/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 2b51c4bf66..bc4df0fdc4 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)