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:
parent
95288f9148
commit
bff8cd1bb3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue