diff mbox

Add .version to make clean

Message ID 1465190909.25476.95.camel@neuling.org
State Accepted
Headers show

Commit Message

Michael Neuling June 6, 2016, 5:28 a.m. UTC
.version is missing from the clean target.  Fix this.

Found with 'make; make clean; git clean -dfx'

Signed-off-by: Michael Neuling <mikey@neuling.org>
diff mbox

Patch

diff --git a/Makefile.main b/Makefile.main
index 30c22be..9432654 100644
--- a/Makefile.main
+++ b/Makefile.main
@@ -234,7 +234,7 @@  cscope:
 clean:
 	$(RM) *.[odsa] $(SUBDIRS:%=%/*.[odsa])
 	$(RM) *.elf $(TARGET).lid *.map $(TARGET).lds
-	$(RM) include/asm-offsets.h version.c
+	$(RM) include/asm-offsets.h version.c .version
 	$(RM) extract-gcov
 
 distclean: clean