Merge pull request #501 from dhylands/fix-gen-fail

Remove generated .h file if the generation process fails.
This commit is contained in:
Damien George 2014-04-17 00:25:29 +01:00
commit 8865b22b51
1 changed files with 2 additions and 0 deletions

View File

@ -54,4 +54,6 @@ STRIP = $(CROSS_COMPILE)strip
all:
.PHONY: all
.DELETE_ON_ERROR:
MKENV_INCLUDED = 1