From 3ce31fd8294e58677ed217b76a83cc94212be298 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 11 Apr 2023 19:34:50 +0200 Subject: [PATCH] Makefile: Fix a syntax alert. * Makefile: Indent commands with tabs, not spaces. --- ChangeLog | 5 +++++ Makefile | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ce05ce78e..8e068347a0 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-09 Paul Eggert year2038: configure earlier diff --git a/Makefile b/Makefile index 85362c8c2c..37d419888a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # GNU Makefile for gnulib central. -# Copyright (C) 2006, 2009-2022 Free Software Foundation, Inc. +# Copyright (C) 2006, 2009-2023 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # in any medium, are permitted without royalty provided the copyright @@ -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. @@ -186,5 +186,5 @@ update-copyright: perl -pi -e '$(_year_and_prev) s/ $$w-$$y / $$y /g' \ doc/gendocs_template* build-aux/gendocs.sh 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 -- 2.39.5