That file is generated by configure. Deleting it in "make clean" leads to rerun configure. Move it under distclean target.
Signed-off-by: Wei Liu <[email protected]> Cc: Ian Campbell <[email protected]> Cc: Ian Jackson <[email protected]> Acked-by: Ian Campbell <[email protected]> --- tools/libxl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 08fe814..bb19802 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -282,9 +282,10 @@ clean: $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS) $(RM) -f _*.c *.pyc _paths.*.tmp _*.api-for-check $(RM) -f testidl.c.new testidl.c *.api-ok - $(RM) -f xenlight.pc xenlight.pc.in + $(RM) -f xenlight.pc distclean: clean + $(RM) -f xenlight.pc.in realclean: distclean $(RM) -f $(AUTOSRCS) $(AUTOINCS) -- 1.7.10.4 _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
