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

Remove generated .h file if the generation process fails.
pull/506/merge
Damien George 2014-04-17 00:25:29 +01:00
commit 8865b22b51
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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