diff --git a/dlls/Makefile.in b/dlls/Makefile.in index 2aded7b40b0..5b115e53ad1 100644 --- a/dlls/Makefile.in +++ b/dlls/Makefile.in @@ -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 diff --git a/dlls/make_dlls b/dlls/make_dlls index 0087030117f..2303798b5f2 100755 --- a/dlls/make_dlls +++ b/dlls/make_dlls @@ -247,6 +247,7 @@ foreach my $mod (sort @implibs) print NEWMAKE <