From e01992cdb145a100aaa95edd4de84b184b776076 Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 7 Apr 2006 12:06:11 +0000 Subject: [PATCH] -wrong name 'mdt' should be 'osd' --- lustre/osd/autoMakefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osd/autoMakefile.am b/lustre/osd/autoMakefile.am index 57b4fbe..0c0b104 100644 --- a/lustre/osd/autoMakefile.am +++ b/lustre/osd/autoMakefile.am @@ -4,7 +4,7 @@ # See the file COPYING in this distribution if MODULES -modulefs_DATA = mdt$(KMODEXT) +modulefs_DATA = osd$(KMODEXT) endif MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ -- 1.8.3.1