diff mbox

[RFC,v1,13/14] Makefile: fix removing *.mk

Message ID 1457628755-20267-14-git-send-email-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Liu March 10, 2016, 4:52 p.m. UTC
Now we have at least two mk files generated, fix the path and use glob.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 004d096..9de7db5 100644
--- a/Makefile
+++ b/Makefile
@@ -615,7 +615,7 @@  downloadclean: patchclean
 
 .PHONY: distclean
 distclean: downloadclean
-	rm -rf config.log config.status config.cache autom4te.cache ../config/Stubdom.mk
+	rm -rf config.log config.status config.cache autom4te.cache config/*.mk
 
 .PHONY: dist
 dist: DESTDIR=$(DISTDIR)/install