summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-03 15:27:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-03 15:27:13 +0000
commitc503845053cb7bf43e790a9221c1242b74864ace (patch)
tree665dd5207af0c2302e27f748d824a9978f1685ff /common.mk
parent2142de62813607e088321a046daadd184cd7722b (diff)
downloadruby-c503845053cb7bf43e790a9221c1242b74864ace.tar.gz
ruby-c503845053cb7bf43e790a9221c1242b74864ace.tar.xz
ruby-c503845053cb7bf43e790a9221c1242b74864ace.zip
* common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated
macro definitions. * bcc32/Makefile.sub: LIBRUBY_SO should use DLDOBJS, not EXTOBJS. * {win32,wince}/Makefile.sub: separate config.h for compiler versions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index c03e19c57..fcfd52db7 100644
--- a/common.mk
+++ b/common.mk
@@ -9,6 +9,8 @@ RBCONFIG = ./.rbconfig.time
DMYEXT = dmyext.$(OBJEXT)
MAINOBJ = main.$(OBJEXT)
+EXTOBJS =
+DLDOBJS = $(DMYEXT)
OBJS = array.$(OBJEXT) \
ascii.$(OBJEXT) \