Cygwin: Ensure toollibdir exists before installing a link there
This helps 'make install -j2' work.
This commit is contained in:
parent
6914b40c14
commit
b05b790689
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue