Commit a470689d authored by antirez's avatar antirez
Browse files

make dep: redirect output to Makefile.dep.

parent c44ab51d
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment