From: Ben Pfaff Date: Mon, 10 Jan 2011 20:46:26 +0000 (-0800) Subject: vswitchd: Fix "make distcheck" by cleaning up stray "stamp" file. X-Git-Tag: v1.1.0~513 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a87c35f1794474ed9d7696bdb762148dc65b0adb;p=sliver-openvswitch.git vswitchd: Fix "make distcheck" by cleaning up stray "stamp" file. --- 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