Commit 02c91956 authored by Vaibhav Gupta's avatar Vaibhav Gupta Committed by Federico Vaga

Makefile: Do not pass value of 'M' to tools directory

The makefile inside 'tools' directory already has a default value of
'M'.
Reported-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 7a51d211
......@@ -17,7 +17,7 @@ modules:
.PHONY: tools cppcheck
tools:
$(MAKE) -C tools M=$(shell /bin/pwd)
$(MAKE) -C tools
# this make clean is ugly, I'm aware...
clean:
......
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