From 2ef566b185cf690b67efa81e5e7eb5562ad6133b Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 30 Mar 2009 08:58:33 -0700 Subject: [PATCH] Fix missing newline suppression in vswitchd automake.mk. --- vswitchd/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2