mk: Don't depend on src/jemalloc/VERSION

This file is touched during the build process and will trigger more rebuilds
than necessary.

Closes #17183
This commit is contained in:
Alex Crichton 2014-09-14 14:42:45 -07:00
parent 9c68679f2e
commit 134c1e954e
1 changed files with 4 additions and 0 deletions

View File

@ -288,6 +288,10 @@ JEMALLOC_DEPS := $(wildcard \
$(S)src/jemalloc/*/*/*/*)
endif
# See #17183 for details, this file is touched during the build process so we
# don't want to consider it as a dependency.
JEMALLOC_DEPS := $(filter-out $(S)src/jemalloc/VERSION,$(JEMALLOC_DEPS))
JEMALLOC_NAME_$(1) := $$(call CFG_STATIC_LIB_NAME_$(1),jemalloc)
ifeq ($$(CFG_WINDOWSY_$(1)),1)
JEMALLOC_REAL_NAME_$(1) := $$(call CFG_STATIC_LIB_NAME_$(1),jemalloc_s)