From: Bruno Haible Date: Tue, 11 Apr 2023 17:34:50 +0000 (+0200) Subject: Makefile: Fix a syntax alert. X-Git-Tag: v1.0~1462 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d9b89953dbc6f35b20f71dbc1f8586bb824bb602;p=gnulib.git Makefile: Fix a syntax alert. * Makefile: Indent commands with tabs, not spaces. --- diff --git a/ChangeLog b/ChangeLog index c9962a09b9..8ffdb339d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-04-11 Bruno Haible + + Makefile: Fix a syntax alert. + * Makefile: Indent commands with tabs, not spaces. + 2023-04-10 Bruno Haible alignasof: Ensure a correct _Alignas (regression 2023-01-15). diff --git a/Makefile b/Makefile index 4429571218..26432cd78a 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ sc_prohibit_sc_omitted_at: sc_maint: @rm -f maint.mk; ln -s top/maint.mk maint.mk $(MAKE) -s srcdir=. gnulib_dir=. _build-aux=build-aux \ - -f cfg.mk -f maint.mk syntax-check + -f cfg.mk -f maint.mk syntax-check rm -f maint.mk # Files in m4/ that (exceptionally) may use AC_LIBOBJ. @@ -199,5 +199,5 @@ update-copyright: doc/gendocs_template* build-aux/gendocs.sh export TZ='$(COPYRIGHT_TZ)'; \ perl -pi -e \ - '$(_year_and_prev) s/^(scriptversion=)$$w.*/$$1$$y-01-01.00/i' \ + '$(_year_and_prev) s/^(scriptversion=)$$w.*/$$1$$y-01-01.00/i' \ build-aux/gendocs.sh