commit | 635b09f98ea52ddda74a953eea133e8892fa2fe6 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Jun 23 18:16:20 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jun 23 18:16:20 2003 +0000 |
tree | a1d7ec9c844040f4d5a82c04a586d8b89b8ab98a | |
parent | 5bb472eae1e0ea47d062baef1a6e4432848dbdf8 [diff] [blame] |
Added import libs dependency for make install.
diff --git a/dlls/make_dlls b/dlls/make_dlls index 0087030..2303798 100755 --- a/dlls/make_dlls +++ b/dlls/make_dlls
@@ -247,6 +247,7 @@ print NEWMAKE <<EOF; \$(SUBDIRS): \$(IMPORT_LIBS:%=%.\$(IMPLIBEXT)) +\$(SUBDIRS:%=%/__install__): \$(IMPORT_LIBS:%=%.\$(IMPLIBEXT)) \$(SUBDIRS:%=%/__crosstest__): \$(IMPORT_LIBS:%=%.a) EOF