From 6bb4998d607f89647bf8149993f8d0393443dc12 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Fri, 31 May 2002 06:42:04 +0000 Subject: [PATCH] Make debian/rules set --build instead of --host, to shut configure up. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c9b426da6..1e3b9a467 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ tmp := debian/tmp ifeq ($(DEB_BUILD_GNU_TYPE),) RETARGET= else -RETARGET= --host=$(DEB_BUILD_GNU_TYPE) +RETARGET= --build=$(DEB_BUILD_GNU_TYPE) endif configure: configure-stamp