From 1f50b4b64f3d9aeb78dd88db816b3501fdf78c93 Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 3 Feb 2005 16:58:13 +0000 Subject: [PATCH] fix automake warning --- lustre/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index 05b21a6..fa9d6f4 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -33,7 +33,7 @@ bin_PROGRAMS = mcreate munlink endif # TESTS stat_SOURCES = stat.c stat_fs.h -mkdirdeep_LDADD=-L$(top_builddir)/portals/utils -lptlctl $(LIBREADLINE) +# mkdirdeep_LDADD=-L$(top_builddir)/portals/utils -lptlctl $(LIBREADLINE) if MPITESTS LAM_LD_FLAGS=-L/opt/lam/lib -lmpi -llam -lpthread -- 1.8.3.1