Make debian/rules set --build instead of --host, to shut configure up.

This commit is contained in:
Jeff Teunissen 2002-05-31 06:42:04 +00:00
parent dd47617c57
commit 6bb4998d60

2
debian/rules vendored
View file

@ -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