summaryrefslogtreecommitdiff
path: root/ext/extmk.rb.in
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-07-15 07:59:59 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-07-15 07:59:59 +0000
commit86307f52ee1b3c5aa76e2fd6ee118e681dd76905 (patch)
tree4f5675ce901200d4245c6697d4e8d1c224949174 /ext/extmk.rb.in
parente12510c502a3c8a81aeda66d1867eb1e760ce533 (diff)
990715
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb.in')
-rw-r--r--ext/extmk.rb.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/extmk.rb.in b/ext/extmk.rb.in
index d3ff174894..0d1d5af276 100644
--- a/ext/extmk.rb.in
+++ b/ext/extmk.rb.in
@@ -439,11 +439,6 @@ $(DLLIB): $(OBJS)
$(DLLIB): $(OBJS)
ar cru $(DLLIB) $(OBJS)
"
- elsif PLATFORM =~ "-nextstep" || PLATFORM =~ "-openstep" || PLATFORM =~ "-rhapsody"
- mfile.printf "\
-$(DLLIB): $(OBJS)
- cc -r $(CFLAGS) -o $(DLLIB) $(OBJS)
-"
else
mfile.printf "\
$(DLLIB): $(OBJS)