summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sven Luther <luther@debian.org>2004-08-17 15:13:16 +0000
committerGravatar Sven Luther <luther@debian.org>2004-08-17 15:13:16 +0000
commitd5832194f874352f0a289e08e6981f14dc355495 (patch)
tree766a4add5ae5551d57a3635231e69cd8051b9c83
parent30f134b15b162a79c294874a1f338302311ae22f (diff)
Removed the powerpc kludge.debian/8.0pl1-2
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a8ba9e1f..c9881e82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,6 @@ configure-stamp:
else \
./configure $(CONFIGUREOPTS); \
fi
- if [ $(DEB_BUILD_ARCH) = powerpc ]; then ./configure $(CONFIGUREOPTS); fi
touch configure-stamp
build: configure-stamp build-stamp