summaryrefslogtreecommitdiff
path: root/jp3d/codec/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'jp3d/codec/Makefile.in')
-rw-r--r--jp3d/codec/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/jp3d/codec/Makefile.in b/jp3d/codec/Makefile.in
index dd4b2f87..47ccb994 100644
--- a/jp3d/codec/Makefile.in
+++ b/jp3d/codec/Makefile.in
@@ -555,8 +555,8 @@ uninstall-am: uninstall-binPROGRAMS
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)
# Tell versions [3.59,3.63) of GNU make to not export all variables.