diff options
Diffstat (limited to 'mj2/Makefile.am')
| -rw-r--r-- | mj2/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mj2/Makefile.am b/mj2/Makefile.am index 006803be..4f972cf4 100644 --- a/mj2/Makefile.am +++ b/mj2/Makefile.am @@ -40,6 +40,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) |
