From a87c35f1794474ed9d7696bdb762148dc65b0adb Mon Sep 17 00:00:00 2001 From: Ben Pfaff 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 abcf7628..87963fa9 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.30.2