diff options
Diffstat (limited to 'codec')
| -rw-r--r-- | codec/Makefile.am | 4 | ||||
| -rw-r--r-- | codec/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
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. |
