From 1bc68a36e7cdba8c251ceab5483062a29f5ef4a0 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 24 Sep 2002 17:51:53 +0000 Subject: [PATCH] Damn those continuation characters in Makefiles. --- lustre/extN/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/extN/Makefile.am b/lustre/extN/Makefile.am index 126604e..1f2f7a7 100644 --- a/lustre/extN/Makefile.am +++ b/lustre/extN/Makefile.am @@ -58,7 +58,7 @@ patch-stamp: $(EXTNP) if [ -f $(srcdir)/extN.patch-$(RELEASE) ]; then \ patch -p0 < $(srcdir)/extN.patch-$(RELEASE); \ else \ - echo "If first patch fails, read NOTE in extN/Makefile.am" \ + echo "If first patch fails, read NOTE in extN/Makefile.am"; \ list='$(EXTNP)'; for p in $$list; do \ sed $(SUB) $(srcdir)/$$p|(cd $(top_srcdir);patch -p1)||exit -1;\ done; \ -- 1.8.3.1