commit | 71ff4c4f4ece0c33d13f4fe73990439e787ab7da | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri May 13 13:57:55 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri May 13 13:57:55 2005 +0000 |
tree | a01128c1fbc7ab0f7f23ab10174cdc09e211e4ba | |
parent | 0f60464b95950b041433af1ffcbfb28a7c651703 [diff] [blame] |
Build import libraries also when only doing an install-lib.
diff --git a/dlls/make_dlls b/dlls/make_dlls index 49d9dc1..4e2f97a 100755 --- a/dlls/make_dlls +++ b/dlls/make_dlls
@@ -293,7 +293,7 @@ print NEWMAKE <<EOF; \$(BUILDSUBDIRS): \$(IMPORT_LIBS) -\$(INSTALLSUBDIRS:%=%/__install__): \$(IMPORT_LIBS) +\$(INSTALLSUBDIRS:%=%/__install__) \$(INSTALLSUBDIRS:%=%/__install-lib__): \$(IMPORT_LIBS) EOF