From 8928862792052c45a37932c0e3ea2ac08bc662b6 Mon Sep 17 00:00:00 2001 From: pschwan Date: Fri, 7 Feb 2003 17:14:10 +0000 Subject: [PATCH] - Merge HEAD into b_md - begin requiring kernel version 10; only fixes an obscure race condition, but I'd rather not have people running 0.5.20 against multiple kernel patches - fix sanity test #29, merged from head --- lustre/Rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/Rules b/lustre/Rules index 3646bdf..069e89a 100644 --- a/lustre/Rules +++ b/lustre/Rules @@ -21,4 +21,4 @@ tags: find $(top_srcdir)/../portals/ -name '*.[hc]' | xargs ctags -a find $(top_srcdir) -name '*.[hc]' | grep -v ".orig" | xargs ctags -a -AM_CPPFLAGS="-I$(top_builddir)/include" +AM_CPPFLAGS=-I$(top_builddir)/include -- 1.8.3.1