From e19962025c787db3318f7734005b7a029de5b1d6 Mon Sep 17 00:00:00 2001 From: dequis Date: Thu, 18 May 2017 13:12:34 -0300 Subject: cygwin: add a missing mkdir of libdir to the makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d01643a8..60e6398c 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,7 @@ install-bin: $(INSTALL) -m 0755 $(OUTFILE) $(DESTDIR)$(SBINDIR)/$(OUTFILE) ifdef IMPLIB # import library for cygwin + mkdir -p $(DESTDIR)$(LIBDIR) $(INSTALL) -m 0644 $(IMPLIB) $(DESTDIR)$(LIBDIR)/$(IMPLIB) endif -- cgit v1.2.3