summaryrefslogtreecommitdiff
path: root/Makefile.in
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
commite869ff20a31c6e19b1a63adb7e131c959c3ddb61 (patch)
treef4f5d900e998d283298787dfb2c91530018732ef /Makefile.in
parenta0d58fef04f389082c5c397ab77688a3608abc27 (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index d61df932c2..6612bc992e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -78,12 +78,6 @@ ARFLAGS = rcu
RANLIB = @RANLIB@
OBJEXT = @OBJEXT@
-
-EXTOBJS =
-DLDOBJS = $(DMYEXT)
-
-MAINOBJ = main.$(OBJEXT)
-
MANTYPE = @MANTYPE@
#### End of variables