mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
make dep: redirect output to Makefile.dep.
This commit is contained in:
@@ -103,7 +103,7 @@ all: $(R_SERVER_NAME) $(R_CLI_NAME) $(R_BENCHMARK_NAME) $(R_CHECK_DUMP_NAME) $(R
|
||||
include Makefile.dep
|
||||
|
||||
dep:
|
||||
$(R_CC) -MM *.c
|
||||
$(R_CC) -MM *.c > Makefile.dep
|
||||
|
||||
.PHONY: dep
|
||||
|
||||
|
||||
Reference in New Issue
Block a user