Skip to content

Commit c325e7f

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 1e06519 commit c325e7f

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
@@ -705,7 +705,7 @@ man_MANS = regex/regex.3 regex/regex.7
705705
install-exec-hook: install-libs
706706
install-data-local: install-headers install-ldif
707707

708-
install-libs:
708+
install-libs: install-toollibDATA
709709
@$(MKDIR_P) $(DESTDIR)$(bindir)
710710
$(INSTALL_PROGRAM) $(NEW_DLL_NAME) $(DESTDIR)$(bindir)/$(DLL_NAME)
711711
@$(MKDIR_P) $(DESTDIR)$(toollibdir)

0 commit comments

Comments
 (0)