From: jxiong Date: Fri, 28 Sep 2007 04:37:43 +0000 (+0000) Subject: Fixed make dist. X-Git-Tag: v1_8_0_110~1146 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=8008e75f2a553812e1fbf6abf045677ef4376b81;p=fs%2Flustre-release.git Fixed make dist. --- diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index fad7b02..c7e8ecf 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -9,4 +9,6 @@ else lustre-objs += rw26.o super25.o endif +EXTRA_DIST := $(llite_lloop-objs:.o=.c) + @INCLUDE_RULES@