From: Ralf Wildenhues Date: Tue, 24 Jan 2006 07:43:48 +0000 (+0000) Subject: * Makefile.am (libltdl/Makefile.am): Fixup sed script. X-Git-Tag: release-2-1b~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395b2fb2e01539d2a6039752517f9a468cf8d153;p=thirdparty%2Flibtool.git * Makefile.am (libltdl/Makefile.am): Fixup sed script. Reported by Bob Friesenhahn . --- diff --git a/ChangeLog b/ChangeLog index b5085076b..4ac8e8495 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-24 Ralf Wildenhues + + * Makefile.am (libltdl/Makefile.am): Fixup sed script. + Reported by Bob Friesenhahn . + 2006-01-23 Ralf Wildenhues * Makefile.am, bootstrap, clcommit.m4sh, diff --git a/Makefile.am b/Makefile.am index 0d2bd802e..c4798d667 100644 --- a/Makefile.am +++ b/Makefile.am @@ -214,9 +214,9 @@ $(srcdir)/libltdl/Makefile.am: $(srcdir)/libltdl/Makefile.inc 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 \