small fix related to the formatting of the install report displayed at the end of...
[openjpeg.git] / jpwl / Makefile.am
index 954ee3757a01e033e0db94312015aaed50358111..3bbce01150d1562fa49dd6a46f8913f01d840c1e 100644 (file)
@@ -90,11 +90,11 @@ EXTRA_DIST = \
 CMakeLists.txt
 
 install-data-hook:
-       @echo -e " (B)\t\t$(bindir)/JPWL_j2k_to_image$(EXEEXT)" >> $(top_builddir)/report.txt
-       @echo -e " (B)\t\t$(bindir)/JPWL_image_to_j2k$(EXEEXT)" >> $(top_builddir)/report.txt
+       @echo -e " (B)\t$(bindir)/JPWL_j2k_to_image$(EXEEXT)" >> $(top_builddir)/report.txt
+       @echo -e " (B)\t$(bindir)/JPWL_image_to_j2k$(EXEEXT)" >> $(top_builddir)/report.txt
        @echo -e " (LA)\t$(libdir)/libopenjpeg_JPWL.la" >> $(top_builddir)/report.txt
        @( $(call solist) ) >> $(top_builddir)/report.txt
-       @echo -e " (A)\t\t$(base)/$(a)" >> $(top_builddir)/report.txt
+       @echo -e " (A)\t$(base)/$(a)" >> $(top_builddir)/report.txt
 
 solist    = $(foreach f, $(dll) $(so), echo -e ' $(SO_PREFIX)\t$(base)/$(f)' ;)
 get_tok   = $(shell grep -E "^$(1)=" $(lib_LTLIBRARIES) | cut -d "'" -f 2)