diff --git a/Makefile.in b/Makefile.in index d79d0b2ff..6f7441743 100644 --- a/Makefile.in +++ b/Makefile.in @@ -208,12 +208,6 @@ EXAMPLES_FIRST = \ EXAMPLES = $(EXAMPLES_FIRST) $(filter-out $(EXAMPLES_FIRST), $(sort $(wildcard examples/*))) -ifeq ($(OBJCACHE_JOBS),) -ifneq ($(OBJCACHE_HOSTS),) -export OBJCACHE_JOBS := -j $(shell objcache --jobs "$(OBJCACHE_HOSTS)") -endif -endif - # See uninstall also - don't put wildcards in this variable, it might uninstall other stuff VL_INST_MAN_FILES = verilator.1 verilator_coverage.1 verilator_gantt.1 verilator_profcfunc.1