Build import libraries also when only doing an install-lib.
This commit is contained in:
parent
0f60464b95
commit
71ff4c4f4e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue