]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
syntax-check: fix violations and re-enable sc_makefile_TAB_only_indentation.
authorGary V. Vaughan <gary@gnu.org>
Mon, 24 Oct 2011 09:35:00 +0000 (16:35 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 12:20:24 +0000 (19:20 +0700)
* cfg.mk (local-checks-to-fix): Remove
sc_makefile_TAB_only_indentation from list of disabled checks.
* Makefile.am (libltdl/Makefile.am): Replace leading spaces with
TABs.
* libltdl/Makefile.am (libltdl_libltdl_la_SOURCES): Ditto.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am
cfg.mk
libltdl/ltdl.mk

index b49e440e16bbe7ae07a2df31a505957e02f5c3b2..6c986daa36b4a3cfa33c2bd4888675761dec62ff 100644 (file)
@@ -211,9 +211,9 @@ $(lt_Makefile_am): $(ltdl_mk)
          '$(SED)' -n '/^.. DO NOT REMOVE THIS LINE -- /,$$p' \
              '$(ltdl_mk)' \
            |'$(SED)' -e 's,libltdl_,,; s,libltdl/,,; s,: libltdl/,: ,' \
-               -e 's,\$$(libltdl_,$$(,' \
+             -e 's,\$$(libltdl_,$$(,' \
        ) |'$(SED)' -e '/^.. DO NOT REMOVE THIS LINE -- /d' \
-              -e '1s,^\(.. Makefile.\)inc.*,\1am -- Process this file with automake to produce Makefile.in,' > '$@'
+             -e '1s,^\(.. Makefile.\)inc.*,\1am -- Process this file with automake to produce Makefile.in,' > '$@'
        $(AM_V_at)chmod a-w '$@'
 
 ## Document the make macros that are needed to build bootstrap-deps
@@ -367,9 +367,9 @@ $(stamp_mk): $(lt_Makefile_in)
          case " $(pkgaux_scripts) ltmain.sh " in \
            *" $$f "*) ;; \
            *) '$(SED)' \
-                 -e 's,\(\$$([^)]*)/\)*'"$(ltdl_ac_aux_dir)/$$f"'\$$,,' \
-                 -e 's,\(\$$([^)]*)/\)*'"$(ltdl_ac_aux_dir)/$$f"' ,,' \
-                 -e '/^[        ]*\\$$/d' \
+                 -e 's,\(\$$([^)]*)/\)*'"$(ltdl_ac_aux_dir)/$$f"'\$$,,' \
+                 -e 's,\(\$$([^)]*)/\)*'"$(ltdl_ac_aux_dir)/$$f"' ,,' \
+                 -e '/^[        ]*\\$$/d' \
                '$(lt_Makefile_in)' > "$$T" \
                  && mv -f "$$T" '$(lt_Makefile_in)';; \
          esac; \
diff --git a/cfg.mk b/cfg.mk
index 5c6fbbcf9ab26eb305f08be7b8d87d70ef1640a9..5684e66fa87238a13ca17234b4539225b7c49217 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -38,7 +38,6 @@ endif
 VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/
 
 local-checks-to-fix =                          \
-       sc_makefile_TAB_only_indentation        \
        sc_makefile_at_at_check                 \
        sc_prohibit_always-defined_macros       \
        sc_prohibit_always_true_header_tests    \
index f75d6fd419bef01d7d0f36f14274194934953d7e..bc31f62c1fd80dc5b654a2fa1d40d4b1b7cf66d6 100644 (file)
@@ -60,7 +60,7 @@ libltdl_libltdl_la_SOURCES = libltdl/libltdl/lt__alloc.h \
                          libltdl/libltdl/lt__strl.h \
                          libltdl/libltdl/lt_dlloader.h \
                          libltdl/libltdl/lt_error.h \
-                         libltdl/libltdl/lt_system.h \
+                         libltdl/libltdl/lt_system.h \
                          libltdl/libltdl/slist.h \
                          libltdl/loaders/preopen.c \
                          libltdl/lt__alloc.c \