]> xenbits.xensource.com Git - people/liuw/stubdom.git/commitdiff
Makefile: fix removing *.mk
authorWei Liu <wei.liu2@citrix.com>
Thu, 10 Mar 2016 13:45:19 +0000 (13:45 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 10 Mar 2016 16:07:09 +0000 (16:07 +0000)
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

index 004d09620aec90b30509d33f94336d91af9e4233..9de7db5a927a6b0e40456b037fac098cd633960f 100644 (file)
--- 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