diff mbox series

Fix xscom-utils clean target

Message ID 20180125143449.25736-1-frediz@linux.vnet.ibm.com
State Superseded
Headers show
Series Fix xscom-utils clean target | expand

Commit Message

Frédéric Bonnard Jan. 25, 2018, 2:34 p.m. UTC
In Debian/Ubuntu, the packaging system likes to have a full cleanup that
restores the tree back to the original one, so add some files to the
clean target.

Signed-off-by: Frédéric Bonnard <frediz@linux.vnet.ibm.com>
---
 external/xscom-utils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/external/xscom-utils/Makefile b/external/xscom-utils/Makefile
index 3fee2473..9bc0ea6a 100644
--- a/external/xscom-utils/Makefile
+++ b/external/xscom-utils/Makefile
@@ -37,7 +37,7 @@  install: all
 
 .PHONY: clean
 clean:
-	rm -rf *.[od] getscom putscom getsram
+	rm -rf *.[od] getscom putscom getsram .version version.c
 
 .PHONY: distclean
 distclean: clean