Whamcloud - gitweb
Damn those continuation characters in Makefiles.
authoradilger <adilger>
Tue, 24 Sep 2002 17:51:53 +0000 (17:51 +0000)
committeradilger <adilger>
Tue, 24 Sep 2002 17:51:53 +0000 (17:51 +0000)
lustre/extN/Makefile.am

index 126604e..1f2f7a7 100644 (file)
@@ -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;                                                         \