diff options
author | Gerrit Pape <pape@smarden.org> | 2003-11-03 09:58:35 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-11-03 09:58:35 +0000 |
commit | fd90a7a97149752372577643566534dc123c4589 (patch) | |
tree | 21beeab4b906e9018a76763db8aeb5ed1bbddf49 /debian/rules | |
parent | eab11f2ac91d5fb60390a1eaad2a636f8b2b2122 (diff) | |
download | runit-fd90a7a97149752372577643566534dc123c4589.tar.gz runit-fd90a7a97149752372577643566534dc123c4589.tar.xz runit-fd90a7a97149752372577643566534dc123c4589.zip |
deitlibc is fixed on ia64. debian_version_0_12_0-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 018fcec..e8aea4b 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ ifneq ($(DEB_HOST_ARCH),alpha) ifneq ($(DEB_HOST_ARCH),arm) ifneq ($(DEB_HOST_ARCH),hppa) ifneq ($(DEB_HOST_ARCH),i386) -#ifneq ($(DEB_HOST_ARCH),ia64) +ifneq ($(DEB_HOST_ARCH),ia64) ifneq ($(DEB_HOST_ARCH),mips) ifneq ($(DEB_HOST_ARCH),mipsel) ifneq ($(DEB_HOST_ARCH),powerpc) @@ -29,7 +29,7 @@ endif endif endif endif -#endif +endif configure: configure-stamp configure-stamp: |