From 1e39f3e9b5d1a96558e9fb8ba96b2dd42d6c9c93 Mon Sep 17 00:00:00 2001 From: zab Date: Sat, 15 Feb 2003 20:22:21 +0000 Subject: [PATCH] - rebase b_io against HEAD in preparation for the latest write cache code --- lustre/ost/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/ost/Makefile.am b/lustre/ost/Makefile.am index 3ad390a..c158a0f 100644 --- a/lustre/ost/Makefile.am +++ b/lustre/ost/Makefile.am @@ -8,10 +8,8 @@ MODULE = ost modulefs_DATA = ost.o EXTRA_PROGRAMS = ost -LINX=obd_pack.c ll_pack.c target.c +LINX=obd_pack.c target.c -ll_pack.c: - test -e ll_pack.c || ln -sf $(top_srcdir)/lib/ll_pack.c obd_pack.c: test -e obd_pack.c || ln -sf $(top_srcdir)/lib/obd_pack.c target.c: -- 1.8.3.1