Commit 3e5f1a63b53920763 ("tools: adapt xenlight.pc and xlutil.pc to
new pkg-config scheme") introduced an error for "make distclean" as
*.pc.in are deleted which are now files in git.

Signed-off-by: Juergen Gross <jgr...@suse.com>
---
 tools/libxl/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index 12ab2a1..566b706 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -337,7 +337,6 @@ clean:
        $(MAKE) -C $(ACPI_PATH) ACPI_BUILD_DIR=$(CURDIR) clean
 
 distclean: clean
-       $(RM) -f xenlight.pc.in xlutil.pc.in
 
 realclean: distclean
        $(RM) -f $(AUTOSRCS) $(AUTOINCS)
-- 
2.10.2


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to