diff options
| author | Winfried <szukw000@arcor.de> | 2011-01-07 03:20:58 +0000 |
|---|---|---|
| committer | Winfried <szukw000@arcor.de> | 2011-01-07 03:20:58 +0000 |
| commit | 431f559f49afe99575d99b9c0f119fc04d521cad (patch) | |
| tree | 5990a7a9bc0e6ff9a1e6aff2bc50eef360c2a166 /codec/Makefile.am | |
| parent | 2c38002242d2126bd848186c10341f1da1821cb8 (diff) | |
changed report code in Makefile.am
Diffstat (limited to 'codec/Makefile.am')
| -rw-r--r-- | codec/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/codec/Makefile.am b/codec/Makefile.am index 819b91a3..3f82c1b4 100644 --- a/codec/Makefile.am +++ b/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) |
