X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=20c5b5da2adc4ecd65074002e605fc7721f86a64;hb=d80c6e8df4708464118630fb1767eb8ad72439d8;hp=2ced9ea52a067e551d59b3d3f7161cc5438b16be;hpb=1aac4ac30a9a0d6cd2182013d2b3fd48b65ed2fd;p=ap-utils.git diff --git a/debian/rules b/debian/rules index 2ced9ea..20c5b5d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,10 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 -export DH_COMPAT=3 export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -# FOR AUTOCONF 2.13 ONLY -ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) - confflags += $(DEB_HOST_GNU_TYPE) -else - confflags += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE) -endif +confflags += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE) build: build-stamp build-stamp: