Honestly, I did test this patch.  The rule just didn't trigger..

Applied to HEAD; sorry.

Cheers,
Ralf

        * Makefile.am (libltdl/Makefile.am): Fixup sed script.
        Reported by Bob Friesenhahn <[EMAIL PROTECTED]>.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.187
diff -u -r1.187 Makefile.am
--- Makefile.am 23 Jan 2006 18:33:57 -0000      1.187
+++ Makefile.am 24 Jan 2006 07:41:55 -0000
@@ -214,9 +214,9 @@
          echo 'CLEANFILES ='; \
          echo 'MOSTLYCLEANFILES ='; \
        } >> $$out; \
-       $(SED) -n '/^.. DO NOT REMOVE THIS LINE -- /,$$p' | \
+       $(SED) -n '/^.. DO NOT REMOVE THIS LINE -- /,$$p' $$in | \
        $(SED) -e 's,libltdl_,,; s,libltdl/,,; s,: libltdl/,: ,' \
-              -e 's,\$$(libltdl_,$$(,' $$in >> $$out;
+              -e 's,\$$(libltdl_,$$(,' >> $$out;
        chmod a-w $(srcdir)/libltdl/Makefile.am
 
 $(srcdir)/libltdl/Makefile.in: $(srcdir)/libltdl/Makefile.am \


Reply via email to