dlls/__install-lib__ and programs/__install__ should not force the
installation of the Wine headers as this is contrary to the purpose of
install-lib.
diff --git a/Makefile.in b/Makefile.in
index 677d40c..cf3ad2f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -114,11 +114,11 @@
include: libs tools
tools: libs
-dlls/__install-lib__ dlls/__install-dev__: libs tools include/__install__
+dlls/__install-lib__ dlls/__install-dev__: libs tools include
include/__install__: include libs tools
libs/__install-lib__ libs/__install-dev__: libs
fonts/__install__ loader/__install__ server/__install__: libs tools
-programs/__install__: libs tools include/__install__ dlls/__install-lib__
+programs/__install__: libs tools include dlls/__install-lib__
tools/__install__: tools
$(SUBDIRS:%=%/__depend__): tools include