summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-01 18:47:11 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-01 18:47:11 +0000
commitf8e87ab13d54060a94f01e4e12bb9f97d7be512c (patch)
tree45ab61acfbb6ab5193bb1f5bcf2884706fe94eee /common.mk
parent4d9869f11bd79760e78c8795ad0f8b37ada5d63e (diff)
downloadruby-f8e87ab13d54060a94f01e4e12bb9f97d7be512c.tar.gz
ruby-f8e87ab13d54060a94f01e4e12bb9f97d7be512c.tar.xz
ruby-f8e87ab13d54060a94f01e4e12bb9f97d7be512c.zip
* common.mk, configure.in, defines.h, eval.c, gc.c, main.c,
numeric.c, ruby.h, ia64.s: backport IA64 HP-UX support. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index cf3e95956..ed4653668 100644
--- a/common.mk
+++ b/common.mk
@@ -189,6 +189,7 @@ nt.$(OBJEXT): {$(VPATH)}nt.c
x68.$(OBJEXT): {$(VPATH)}x68.c
os2.$(OBJEXT): {$(VPATH)}os2.c
dl_os2.$(OBJEXT): {$(VPATH)}dl_os2.c
+ia64.$(OBJEXT): ia64.s
# when I use -I., there is confliction at "OpenFile"
# so, set . into environment varible "include"