Adjust build fix from unstable

The inclusion of Makefile.inc for a !x86 build of tools/hv needed
adjusting to the new makefile hierarchy.
This commit is contained in:
Ben Hutchings 2016-02-22 00:00:49 +00:00
parent 63d0995072
commit 1add132796
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux-tools (4.5~rc5-1~exp3) experimental; urgency=medium
* Adjust build fix from unstable
-- Ben Hutchings <ben@decadent.org.uk> Sun, 21 Feb 2016 23:45:04 +0000
linux-tools (4.5~rc5-1~exp2) experimental; urgency=medium
* Merge build fix from unstable

View File

@ -1,7 +1,7 @@
ifeq ($(filter i386 amd64 x32,$(DEB_BUILD_ARCH)),)
# Build nothing
include ../../Makefile.inc
include $(top_rulesdir)/Makefile.inc
else