From 2df593cbfbf8c7ca4f27e394e2ff8342725dfb83 Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Thu, 8 Sep 2005 14:33:47 +0000
Subject: [PATCH] Oops, minor tweak to post-install targets to catch collab/cvs

---
 GNUmakefile.in        | 2 +-
 collab/GNUmakefile.in | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 58a0cec916..540a2372e7 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -62,7 +62,7 @@ endif
 	@$(MAKE) -C tools post-install
 	@$(MAKE) -C wiki post-install
 	@$(MAKE) -C bugdb post-install
-	@$(MAKE) -C collab/mailman post-install
+	@$(MAKE) -C collab post-install
 	@$(MAKE) -C utils post-install
 
 #
diff --git a/collab/GNUmakefile.in b/collab/GNUmakefile.in
index 92fd00c36c..bd2f4b04af 100644
--- a/collab/GNUmakefile.in
+++ b/collab/GNUmakefile.in
@@ -25,6 +25,10 @@ install:	install-subdirs
 clean:		clean-subdirs
 boss-install:	install
 
+post-install:
+	@$(MAKE) -C mailman post-install
+	@$(MAKE) -C cvs post-install
+
 # How to recursively descend into subdirectories to make general
 # targets such as `all'.
 %.MAKE:
-- 
GitLab