Commit 71ff4c4f authored by Alexandre Julliard's avatar Alexandre Julliard

Build import libraries also when only doing an install-lib.

parent 0f60464b
......@@ -1617,7 +1617,7 @@ libws2_32.$(IMPLIBEXT): winsock/libws2_32.$(IMPLIBEXT)
$(RM) $@ && $(LN_S) winsock/libws2_32.$(IMPLIBEXT) $@
$(BUILDSUBDIRS): $(IMPORT_LIBS)
$(INSTALLSUBDIRS:%=%/__install__): $(IMPORT_LIBS)
$(INSTALLSUBDIRS:%=%/__install__) $(INSTALLSUBDIRS:%=%/__install-lib__): $(IMPORT_LIBS)
# Map library name to the corresponding directory
......
......@@ -293,7 +293,7 @@ foreach my $mod (sort @lib_symlinks)
print NEWMAKE <<EOF;
\$(BUILDSUBDIRS): \$(IMPORT_LIBS)
\$(INSTALLSUBDIRS:%=%/__install__): \$(IMPORT_LIBS)
\$(INSTALLSUBDIRS:%=%/__install__) \$(INSTALLSUBDIRS:%=%/__install-lib__): \$(IMPORT_LIBS)
EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment