Added import libs dependency for make install.
This commit is contained in:
parent
5bb472eae1
commit
635b09f98e
|
@ -1341,6 +1341,7 @@ wsock32/wsock32.spec.def: $(WINEBUILD)
|
|||
x11drv/x11drv.spec.def: $(WINEBUILD)
|
||||
|
||||
$(SUBDIRS): $(IMPORT_LIBS:%=%.$(IMPLIBEXT))
|
||||
$(SUBDIRS:%=%/__install__): $(IMPORT_LIBS:%=%.$(IMPLIBEXT))
|
||||
$(SUBDIRS:%=%/__crosstest__): $(IMPORT_LIBS:%=%.a)
|
||||
|
||||
# Map library name to the corresponding directory
|
||||
|
|
|
@ -247,6 +247,7 @@ foreach my $mod (sort @implibs)
|
|||
print NEWMAKE <<EOF;
|
||||
|
||||
\$(SUBDIRS): \$(IMPORT_LIBS:%=%.\$(IMPLIBEXT))
|
||||
\$(SUBDIRS:%=%/__install__): \$(IMPORT_LIBS:%=%.\$(IMPLIBEXT))
|
||||
\$(SUBDIRS:%=%/__crosstest__): \$(IMPORT_LIBS:%=%.a)
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue