libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: fixup sed patch


From: Ralf Wildenhues
Subject: FYI: fixup sed patch
Date: Tue, 24 Jan 2006 08:43:23 +0100
User-agent: Mutt/1.5.11

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 <address@hidden>.

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

[Prev in Thread] Current Thread [Next in Thread]