diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-03-04 11:03:33 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-03-04 11:03:33 +0000 |
| commit | a3df1f5c5ed930c019dd7d6b383bb45fb7f1953b (patch) | |
| tree | ab05c2052fea775da8a3ce9570f11ad90f2cf299 /libopenjpeg | |
| parent | 86edc0a40e991c77581a73bf74d60d3f500e6961 (diff) | |
small fix related to the formatting of the install report displayed at the end of install procedure
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopenjpeg/Makefile.am b/libopenjpeg/Makefile.am index 614fc073..458f957a 100644 --- a/libopenjpeg/Makefile.am +++ b/libopenjpeg/Makefile.am @@ -68,8 +68,8 @@ install-data-hook: @rm -rf $(top_builddir)/report.txt @echo -e " (LA)\t$(libdir)/libopenjpeg.la" >> $(top_builddir)/report.txt @( $(call solist) ) >> $(top_builddir)/report.txt - @echo -e " (A)\t\t$(base)/$(a)" >> $(top_builddir)/report.txt - @echo -e " (H)\t\t$(includedir)/openjpeg-$(MAJOR_NR).$(MINOR_NR)/openjpeg.h" >> $(top_builddir)/report.txt + @echo -e " (A)\t$(base)/$(a)" >> $(top_builddir)/report.txt + @echo -e " (H)\t$(includedir)/openjpeg-$(MAJOR_NR).$(MINOR_NR)/openjpeg.h" >> $(top_builddir)/report.txt @echo -e " (LN)\t$(includedir)/openjpeg.h" >> $(top_builddir)/report.txt uninstall-hook: |
