Commit d5ec3895 authored by antirez's avatar antirez
Browse files

make dep: redirect output to Makefile.dep.

parent 336ba6a1
...@@ -103,7 +103,7 @@ all: $(R_SERVER_NAME) $(R_CLI_NAME) $(R_BENCHMARK_NAME) $(R_CHECK_DUMP_NAME) $(R ...@@ -103,7 +103,7 @@ all: $(R_SERVER_NAME) $(R_CLI_NAME) $(R_BENCHMARK_NAME) $(R_CHECK_DUMP_NAME) $(R
include Makefile.dep include Makefile.dep
dep: dep:
$(R_CC) -MM *.c $(R_CC) -MM *.c > Makefile.dep
.PHONY: 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