diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-07 13:08:30 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-07 13:09:03 +1000 |
commit | 8ae39cde4c1bc48557d926990d77ab8a05418497 (patch) | |
tree | 6367dc9e0bac88a2da8a44a4c056ea609b41eae2 /Makefile.main | |
parent | 6f8827a436bce2d6256690f153406286f1769f67 (diff) | |
download | skiboot-8ae39cde4c1bc48557d926990d77ab8a05418497.zip skiboot-8ae39cde4c1bc48557d926990d77ab8a05418497.tar.gz skiboot-8ae39cde4c1bc48557d926990d77ab8a05418497.tar.bz2 |
Add .version to make clean
.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>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.main')
-rw-r--r-- | Makefile.main | 2 |
1 files changed, 1 insertions, 1 deletions
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 |