From: adilger Date: Tue, 24 Sep 2002 17:51:53 +0000 (+0000) Subject: Damn those continuation characters in Makefiles. X-Git-Tag: 0.5.12~35 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1bc68a36e7cdba8c251ceab5483062a29f5ef4a0;p=fs%2Flustre-release.git Damn those continuation characters in Makefiles. --- 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; \