aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2017-05-18 13:12:34 -0300
committerdequis <dx@dxzone.com.ar>2017-05-18 13:12:34 -0300
commite19962025c787db3318f7734005b7a029de5b1d6 (patch)
treeaf9111cd6ce9d4150a93034b5caf1b9bde2e59aa
parent54b2a367f6986a74fd6b4e50a0ae2c5cdb3a40cb (diff)
cygwin: add a missing mkdir of libdir to the makefile
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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