From: Justin Pettit Date: Mon, 30 Mar 2009 15:58:33 +0000 (-0700) Subject: Fix missing newline suppression in vswitchd automake.mk. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ef566b185cf690b67efa81e5e7eb5562ad6133b;p=openvswitch Fix missing newline suppression in vswitchd automake.mk. --- diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 0b6c1b6f..ded5a52a 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -28,5 +28,5 @@ vswitchd_brcompatd_LDADD = \ $(FAULT_LIBS) EXTRA_DIST += vswitchd/vswitchd.conf.5.in \ - vswitchd/vswitchd.8.in + vswitchd/vswitchd.8.in \ vswitchd/brcompatd.8.in