changed report code in Makefile.am
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user