From: yury Date: Fri, 14 Apr 2006 15:13:58 +0000 (+0000) Subject: - fix in makefile X-Git-Tag: v1_8_0_110~486^2~2011 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=762e1dcdaf21a2eaacf75ac4358e50f0148ecb36;p=fs%2Flustre-release.git - fix in makefile --- diff --git a/lustre/lmv/Makefile.in b/lustre/lmv/Makefile.in index 1b5a5bb..9e7fb8a 100644 --- a/lustre/lmv/Makefile.in +++ b/lustre/lmv/Makefile.in @@ -1,4 +1,4 @@ MODULES := lmv -lmv-objs := lmv_obd.o lmv_intent.o llmv_fld.o mv_objmgr.o lproc_lmv.o +lmv-objs := lmv_obd.o lmv_intent.o lmv_fld.o lmv_objmgr.o lproc_lmv.o @INCLUDE_RULES@