Changeset e199620 for Makefile


Ignore:
Timestamp:
2017-05-18T16:12:34Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
b9c10a1
Parents:
54b2a36
Message:

cygwin: add a missing mkdir of libdir to the makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r54b2a36 re199620  
    9696ifdef IMPLIB
    9797        # import library for cygwin
     98        mkdir -p $(DESTDIR)$(LIBDIR)
    9899        $(INSTALL) -m 0644 $(IMPLIB) $(DESTDIR)$(LIBDIR)/$(IMPLIB)
    99100endif
Note: See TracChangeset for help on using the changeset viewer.