Ignore:
Timestamp:
Jan 14, 2017, 12:02:59 AM (8 years ago)
Author:
Silvan Scherrer
Message:

ncurses: adjust some configure bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified ncurses/trunk/mk-1st.awk

    r1915 r1916  
    345345                                        install_dll("$(libdir)",imp_name ".a");
    346346                                        install_dll("$(libdir)",imp_name ".lib");
     347                                        install_dll("$(libdir)",imp_name "_dll.a");
    347348
    348349                                } else {
     
    397398                                        printf "\t-@rm -f $(DESTDIR)$(libdir)/%s.a\n", imp_name
    398399                                        printf "\t-@rm -f $(DESTDIR)$(libdir)/%s.lib\n", imp_name
     400                                        printf "\t-@rm -f $(DESTDIR)$(libdir)/%s_dll.a\n", imp_name
    399401
    400402                                } else {
Note: See TracChangeset for help on using the changeset viewer.