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 | 7441340ab5422ce2c85f4b0e42f44b64cd855445 (patch) | |
| tree | cb78e3e7282a857f01d9db5e420ef22253649164 /codec | |
| parent | 50b3b5c9912dee7c8038d34da0e966d72906d6f7 (diff) | |
changed report code in Makefile.am
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. |
