diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 15:27:13 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 15:27:13 +0000 |
| commit | aefb8fc2c40a82197d41aae27d5161dbda82c3ce (patch) | |
| tree | f4f5d900e998d283298787dfb2c91530018732ef /Makefile.in | |
| parent | 6400aab1b3c4f918c1a37b670a1ad0ed67238411 (diff) | |
| download | ruby-aefb8fc2c40a82197d41aae27d5161dbda82c3ce.tar.gz ruby-aefb8fc2c40a82197d41aae27d5161dbda82c3ce.tar.xz ruby-aefb8fc2c40a82197d41aae27d5161dbda82c3ce.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/branches/ruby_1_8@8902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in index d61df932c..6612bc992 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 |
