Unset DH_OPTIONS while running dh_autoreconf.

This commit is contained in:
Colin Watson 2012-09-13 17:05:51 +01:00
parent a60fec8f3c
commit 864c8c5f50

2
debian/rules vendored
View File

@ -79,7 +79,7 @@ install/%: export DH_OPTIONS = -p$(package) -Bbuild/$(patsubst grub-common,grub-
build/stamps/autogen: autogen.sh configure.ac Makefile.util.def grub-core/Makefile.core.def
mkdir -p build/stamps
dh_autoreconf -- ./autogen.sh
env -u DH_OPTIONS dh_autoreconf -- ./autogen.sh
touch $@
build/stamps/configure-grub-common: build/stamps/configure-grub-$(COMMON_PLATFORM)