From 721b64d1f9e46940acccefd1a630b2f860766fdf Mon Sep 17 00:00:00 2001 From: Juergen Gross Date: Tue, 14 Mar 2017 16:04:42 +0100 Subject: [PATCH] tools/libxl: correct distclean target 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 Acked-by: Wei Liu --- tools/libxl/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 12ab2a1930..566b706b7c 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.39.5