Redis 6.2.6:
make
CC cli_common.o
LINK redis-cli
CC redis-benchmark.o
LINK redis-benchmark
cc: error: ../deps/hdr_histogram/hdr_histogram.o: No such file or directory make[1]: *** [Makefile:365: redis-benchmark] Error 1 make[1]: Leaving directory '/mnt/c/Users/arase/Downloads/redis-6.2.6/src' make: *** [Makefile:6: all] Error 2
Comment From: sundb
You can use make distclean first and then try again if it is still the same.