libxl: remove generated file testidl.c on clean
authorIan Campbell <ian.campbell@citrix.com>
Tue, 18 Oct 2011 09:35:55 +0000 (10:35 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 18 Oct 2011 09:35:55 +0000 (10:35 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxl/Makefile

index 51e51322572cbf034adec3488bc6883fa064c4aa..7edb8034ed3755202490c54021102628dc826705 100644 (file)
@@ -150,6 +150,7 @@ install: all
 clean:
        $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS)
        $(RM) -f _*.c *.pyc _libxl_paths.*.tmp
+       $(RM) -f testidl.c.new testidl.c
 #      $(RM) -f $(AUTOSRCS) $(AUTOINCS)
 
 distclean: clean