mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
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: Jonathan Wright <jonathan.wright@arm.com>
This commit is contained in:
parent
a8d9550b52
commit
2f36e853b5
1 changed files with 1 additions and 1 deletions
|
@ -86,5 +86,5 @@ clean:
|
|||
$(call SHELL_DELETE_ALL, src/build_msg.o ${OBJECTS})
|
||||
|
||||
realclean: clean
|
||||
$(call SHELL_DELETE, ${BINARY})
|
||||
$(call SHELL_DELETE,${BINARY})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue