]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
tools/libxl: correct distclean target
authorJuergen Gross <jgross@suse.com>
Tue, 14 Mar 2017 15:04:42 +0000 (16:04 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 14 Mar 2017 15:25:27 +0000 (15:25 +0000)
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 <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/Makefile

index 12ab2a1930090eaaf5451dbb92dc4a415f39ad53..566b706b7ce1197a5dded7f259a927020aeab720 100644 (file)
@@ -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)