diff options
author | Frédéric Bonnard <frediz@linux.vnet.ibm.com> | 2018-01-25 18:01:46 +0100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2018-01-30 20:42:38 -0600 |
commit | b472f9238dac0f3a0d806595bef33a0187b2804f (patch) | |
tree | 592a315f692b605db57178e8db80d162a71edcdb | |
parent | b7546b534d95112e44d84c3b9d510b2711746534 (diff) | |
download | skiboot-b472f9238dac0f3a0d806595bef33a0187b2804f.zip skiboot-b472f9238dac0f3a0d806595bef33a0187b2804f.tar.gz skiboot-b472f9238dac0f3a0d806595bef33a0187b2804f.tar.bz2 |
Fix xscom-utils distclean target
In Debian/Ubuntu, the packaging system likes to have a full cleanup that
restores the tree back to original one, so add some files to the distclean
target.
Signed-off-by: Frédéric Bonnard <frediz@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | external/xscom-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/xscom-utils/Makefile b/external/xscom-utils/Makefile index fd7539d..795ce8f 100644 --- a/external/xscom-utils/Makefile +++ b/external/xscom-utils/Makefile @@ -44,7 +44,7 @@ clean: .PHONY: distclean distclean: clean - rm -rf *.c~ *.h~ *.i *.s Makefile~ + rm -rf *.c~ *.h~ *.i *.s Makefile~ .version version.c version.c: ../../make_version.sh .version @(if [ "a$(XSCOM_VERSION)" = "a" ]; then \ |