Install headers to prefix/include instead of prefix/host/include. This change requires that installers adjust build scripts to set the prefix appropriately if so desired.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5186 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am
index 18d6c96..a838049 100644
--- a/mingw-w64-headers/Makefile.am
+++ b/mingw-w64-headers/Makefile.am
@@ -1,5 +1,5 @@
-baseheaddir = $(includedir)/../$(host)/include
+baseheaddir = $(includedir)
sysheaddir = $(baseheaddir)/sys
secheaddir = $(baseheaddir)/sec_api
secsysheaddir = $(baseheaddir)/sec_api/sys