From 3dafe35942d033ae93817bb69f51a49d56780185 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Mon, 13 Sep 2004 16:58:40 +0000 Subject: [PATCH] Add post-install in event subdir. --- GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile.in b/GNUmakefile.in index 5ef4f6db54..99e57d22b5 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -51,6 +51,7 @@ post-install: @$(MAKE) -C security post-install @$(MAKE) -C vis post-install @$(MAKE) -C www post-install + @$(MAKE) -C event post-install # # For installation on the 'ops' or 'users' node (okay, plastic) -- GitLab