Changeset 3990


Ignore:
Timestamp:
Aug 26, 2020, 7:15:06 AM (3 years ago)
Author:
Peter
Message:

prefer name with 'htslib' (instead of 'samtools')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r3987 r3990  
    9696maintainer-check-local:
    9797  $(MAKE) $(AM_MAKEFLAGS) mc_installcheck
    98   $(MAKE) $(AM_MAKEFLAGS) mc_without_samtools
     98  $(MAKE) $(AM_MAKEFLAGS) mc_without_htslib
    9999  $(MAKE) $(AM_MAKEFLAGS) yat-pc-check
    100100
     
    165165# run within maintainer-check
    166166# try ./configure --without-htslib; make; make check
    167 mc_without_samtools:
     167mc_without_htslib:
    168168  @rm -rf _mc_without_htslib
    169169  mkdir _mc_without_htslib
Note: See TracChangeset for help on using the changeset viewer.