From b596218aa8acafd64a4c7d1c3e761f00e50c0c53 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Tue, 27 May 2014 09:47:00 +0000 Subject: [PATCH] datapath: Clean up files on distclean. This was causing failures in 'make distcleancheck'. Signed-off-by: Joe Stringer Acked-by: Pravin B Shelar --- datapath/linux/Makefile.main.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datapath/linux/Makefile.main.in b/datapath/linux/Makefile.main.in index 88f144ccb52..7d18253be57 100644 --- a/datapath/linux/Makefile.main.in +++ b/datapath/linux/Makefile.main.in @@ -29,7 +29,8 @@ check: all installcheck: mostlyclean: clean: - rm -f *.o *.ko *.mod.* Module.symvers *.cmd kcompat.h.new + rm -f *.o *.ko *.mod.* Module.symvers .*.cmd kcompat.h.new \ + modules.order .tmp_versions/openvswitch.mod for d in $(build_links); do if test -h $$d; then rm $$d; fi; done distclean: clean rm -f kcompat.h