Skip to content

Commit f6b74e2

Browse files
committed
install-libs: depend on the "toollibs"
Before symlinking libg.a, we need the symlink source `libmsys-2.0.a`: in MSYS2, we copy by default (if we were creating Unix-style symlinks, the target would not have to exist before symlinking, but when copying we do need the source _right away_). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 82fd4e1 commit f6b74e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winsup/cygwin/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ man_MANS = regex/regex.3 regex/regex.7
707707
install-exec-hook: install-libs
708708
install-data-local: install-headers install-ldif
709709

710-
install-libs:
710+
install-libs: install-toollibDATA
711711
@$(MKDIR_P) $(DESTDIR)$(bindir)
712712
$(INSTALL_PROGRAM) $(NEW_DLL_NAME) $(DESTDIR)$(bindir)/$(DLL_NAME)
713713
@$(MKDIR_P) $(DESTDIR)$(toollibdir)

0 commit comments

Comments
 (0)