From 919d7ecccffaed9b664eadd89f0e7ab8bec2ee4f Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 15 Oct 2006 23:32:12 +0000 Subject: * mkconfig.rb: *OBJS are not needed for extension libraries. * {bcc32,wince,win32}/Makefile.sub (config.status): fixed typo, missing comma. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index a288ef7ae5..df1b5ad966 100644 --- a/common.mk +++ b/common.mk @@ -1,6 +1,6 @@ bin: $(PROGRAM) $(WPROGRAM) -lib: $(LIBRUBY); -dll: $(LIBRUBY_SO); +lib: $(LIBRUBY) +dll: $(LIBRUBY_SO) RUBYOPT = -- cgit v1.2.3