build(Makefile): `deps` no longer depends on `libbacktrace`

This commit is contained in:
Emil Ivanichkov 2024-03-14 13:36:36 +02:00 committed by Emil Ivanichkov
parent 3cf58e439c
commit 89e8cdde91
1 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@ libbacktrace:
clean-libbacktrace:
+ $(MAKE) -C nimble_develop/nim-libbacktrace clean $(HANDLE_OUTPUT)
# Extend deps and clean targets
ifneq ($(USE_LIBBACKTRACE), 0)
deps: | libbacktrace
endif
# # Extend deps and clean targets
# ifneq ($(USE_LIBBACKTRACE), 0)
# deps: | libbacktrace
# endif
clean: | clean-libbacktrace