From a60e5ca529ceba1313182a3969aa1125a2797e29 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 20 Mar 2005 21:17:50 +0000 Subject: [PATCH] revert to last working version git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@328 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/bindings/Makefile.am b/program/bindings/Makefile.am index 61e2c076..48a7508b 100644 --- a/program/bindings/Makefile.am +++ b/program/bindings/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = tcl # the following files are not mentioned in any other Makefile -EXTRA_DIST = $(shell for A in perl-*; do cat $$A/MANIFEST | sed -e 's,^,'$$A'/,' ; done) +EXTRA_DIST = $(shell for A in perl-*; do cat $$A/MANIFEST | sed -e s,^,$$A/, ; done) # add the following to the all target all-local: @COMP_PERL@ -- 2.30.2