From: Juergen Gross Date: Tue, 14 Mar 2017 15:04:42 +0000 (+0100) Subject: tools/libxl: correct distclean target X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2487 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=721b64d1f9e46940acccefd1a630b2f860766fdf;p=xen.git 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 --- 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)