From 1ebd3c882b707fdb21eb82f80b66916566525fb9 Mon Sep 17 00:00:00 2001 From: pschwan Date: Wed, 30 Oct 2002 18:58:41 +0000 Subject: [PATCH] "mds" was in SUBDIRS twice--this is bad. --- lustre/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/Makefile.am b/lustre/Makefile.am index 2ac5f86..11194b3 100644 --- a/lustre/Makefile.am +++ b/lustre/Makefile.am @@ -13,7 +13,7 @@ endif # NOTE: keep extN before mds SUBDIRS = lov utils obdclass ldlm ptlrpc lib obdecho mdc osc ost llite -SUBDIRS+= $(DIRS24) mds obdfilter tests doc scripts +SUBDIRS+= $(DIRS24) obdfilter tests doc scripts DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST = BUGS FDL Rules include patches archdep.m4 -- 1.8.3.1