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.
This commit is contained in:
Francois Gouget 2005-02-18 20:03:32 +00:00 committed by Alexandre Julliard
parent 95288f9148
commit bff8cd1bb3
1 changed files with 2 additions and 2 deletions

View File

@ -114,11 +114,11 @@ programs: dlls include libs tools
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