Skip to content

Commit 810a435

Browse files
dscholazka
authored andcommitted
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 35fe503 commit 810a435

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
@@ -699,7 +699,7 @@ man_MANS = regex/regex.3 regex/regex.7
699699
install-exec-hook: install-libs
700700
install-data-local: install-headers install-ldif
701701

702-
install-libs:
702+
install-libs: install-toollibDATA
703703
@$(MKDIR_P) $(DESTDIR)$(bindir)
704704
$(INSTALL_PROGRAM) $(NEW_DLL_NAME) $(DESTDIR)$(bindir)/$(DLL_NAME)
705705
@$(MKDIR_P) $(DESTDIR)$(toollibdir)

0 commit comments

Comments
 (0)