Skip to content

Commit 145e95c

Browse files
committed
Clean ref_cache test files and fix ref_cache/upstream.o dependencies
1 parent 45e1390 commit 145e95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ ref_cache/ref_files.o: ref_cache/ref_files.c config.h $(ref_cache_ref_files_h) $
596596
ref_cache/request_handler.o: ref_cache/request_handler.c config.h $(ref_cache_request_handler_h) $(ref_cache_http_parser_h) $(ref_cache_misc_h) $(ref_cache_options_h) $(ref_cache_ref_files_h) $(ref_cache_transaction_h) $(ref_cache_upstream_h)
597597
ref_cache/server.o: ref_cache/server.c config.h $(ref_cache_server_h) $(ref_cache_http_parser_h) $(ref_cache_listener_h) $(ref_cache_misc_h) $(ref_cache_options_h) $(ref_cache_poll_wrap_h) $(ref_cache_ref_files_h) $(ref_cache_request_handler_h) $(ref_cache_transaction_h) $(ref_cache_upstream_h) cram/pooled_alloc.h
598598
ref_cache/transaction.o: ref_cache/transaction.c config.h $(ref_cache_transaction_h) $(ref_cache_http_parser_h) $(ref_cache_options_h) $(ref_cache_poll_wrap_h) $(ref_cache_ref_files_h) $(ref_cache_server_h) cram/pooled_alloc.h
599-
ref_cache/upstream.o: ref_cache/upstream.c config.h $(ref_cache_upstream_h) $(ref_cache_misc_h) $(ref_cache_options_h) $(ref_cache_poll_wrap_h) $(htslib_hts_h) $(htslib_hts_defs_h)
599+
ref_cache/upstream.o: ref_cache/upstream.c config.h $(ref_cache_upstream_h) $(ref_cache_misc_h) $(ref_cache_options_h) $(ref_cache_poll_wrap_h) $(htslib_hts_defs_h)
600600

601601
# Runes to check that the htscodecs submodule is present
602602
ifdef HTSCODECS_SOURCES
@@ -1005,7 +1005,7 @@ htslib-uninstalled.pc: htslib.pc.tmp
10051005

10061006
testclean:
10071007
-rm -f test/*.tmp test/*.tmp.* test/faidx/*.tmp* \
1008-
test/longrefs/*.tmp.* test/tabix/*.tmp.* \
1008+
test/longrefs/*.tmp.* test/ref_cache/*.tmp.* test/tabix/*.tmp.* \
10091009
test/bgzf_boundaries/*.tmp.* test/*/FAIL* \
10101010
header-exports.txt shlib-exports-$(SHLIB_FLAVOUR).txt
10111011
-rm -rf htscodecs/tests/test.out

0 commit comments

Comments
 (0)