diff options
Diffstat (limited to 'jp3d/codec/Makefile.am')
| -rw-r--r-- | jp3d/codec/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jp3d/codec/Makefile.am b/jp3d/codec/Makefile.am index 819b91a3..3f82c1b4 100644 --- a/jp3d/codec/Makefile.am +++ b/jp3d/codec/Makefile.am @@ -22,6 +22,6 @@ REPBIN=$(bin_PROGRAMS) all-local: $(INSTALL) -d ../../bin $(INSTALL) $(bin_PROGRAMS) ../../bin - @(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) |
