From 7441340ab5422ce2c85f4b0e42f44b64cd855445 Mon Sep 17 00:00:00 2001 From: Winfried Date: Fri, 7 Jan 2011 03:20:58 +0000 Subject: changed report code in Makefile.am --- codec/Makefile.am | 4 ++-- codec/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'codec') diff --git a/codec/Makefile.am b/codec/Makefile.am index b75b4b4b..b4dd9b98 100644 --- a/codec/Makefile.am +++ b/codec/Makefile.am @@ -47,6 +47,6 @@ all-local: $(INSTALL) -d ../bin $(INSTALL) $(bin_PROGRAMS) ../bin @echo "" > .report.txt - @for f in ${REPBIN} ; do \ - echo "Installing: ${prefix}/bin/$$f" >> .report.txt ; \ + @for file in ${REPBIN} ; do \ + echo "Installing: ${prefix}/bin/$${file}" >> .report.txt ; \ done diff --git a/codec/Makefile.in b/codec/Makefile.in index 8eaf2459..3db9918c 100644 --- a/codec/Makefile.in +++ b/codec/Makefile.in @@ -613,8 +613,8 @@ all-local: $(INSTALL) -d ../bin $(INSTALL) $(bin_PROGRAMS) ../bin @echo "" > .report.txt - @for f in ${REPBIN} ; do \ - echo "Installing: ${prefix}/bin/$$f" >> .report.txt ; \ + @for file in ${REPBIN} ; do \ + echo "Installing: ${prefix}/bin/$${file}" >> .report.txt ; \ done # Tell versions [3.59,3.63) of GNU make to not export all variables. -- cgit v1.2.3