From a87c35f1794474ed9d7696bdb762148dc65b0adb Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@nicira.com>
Date: Mon, 10 Jan 2011 12:46:26 -0800
Subject: [PATCH] vswitchd: Fix "make distcheck" by cleaning up stray "stamp"
 file.

---
 vswitchd/automake.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk
index abcf76280..87963fa94 100644
--- a/vswitchd/automake.mk
+++ b/vswitchd/automake.mk
@@ -104,3 +104,4 @@ vswitchd/vswitch.ovsschema.stamp: vswitchd/vswitch.ovsschema
 	  ln=`sed -n '/"cksum":/=' $?`; \
 	  echo "$?:$$ln: checksum \"$$sum\" does not match (you should probably update the version number and fix the checksum)"; \
 	fi
+CLEANFILES += vswitchd/vswitch.ovsschema.stamp
-- 
2.47.0