Now we have at least two mk files generated, fix the path and use glob. Signed-off-by: Wei Liu <wei.l...@citrix.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel