Commit 2f36e853 authored by Jonathan Wright's avatar Jonathan Wright
Browse files

cert_create: fix makefile to remove executable on 'make realclean'



Spurious whitespace existed in the BINARY shell variable which meant
the cert_tool executable was not being removed on 'make realclean'.

Change-Id: Ibfd2fd17889514f6613e33c6df58d53b9232ec14
Signed-off-by: default avatarJonathan Wright <jonathan.wright@arm.com>
parent a8d9550b
...@@ -86,5 +86,5 @@ clean: ...@@ -86,5 +86,5 @@ clean:
$(call SHELL_DELETE_ALL, src/build_msg.o ${OBJECTS}) $(call SHELL_DELETE_ALL, src/build_msg.o ${OBJECTS})
realclean: clean realclean: clean
$(call SHELL_DELETE, ${BINARY}) $(call SHELL_DELETE,${BINARY})
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