Cygwin: Ensure toollibdir exists before installing a link there

This helps 'make install -j2' work.
This commit is contained in:
Jon Turney 2021-04-30 18:14:55 +01:00 committed by Corinna Vinschen
parent 6914b40c14
commit b05b790689
1 changed files with 1 additions and 0 deletions

View File

@ -733,6 +733,7 @@ install-data-local: install-headers install-ldif
install-libs:
@$(MKDIR_P) $(DESTDIR)$(bindir)
$(INSTALL_PROGRAM) $(TEST_DLL_NAME) $(DESTDIR)$(bindir)/$(DLL_NAME)
@$(MKDIR_P) $(DESTDIR)$(toollibdir)
(cd $(DESTDIR)$(toollibdir) && ln -sf $(LIB_NAME) libg.a)
install-headers: