]> Savannah Git Hosting - gnulib.git/commitdiff
Makefile: Fix a syntax alert.
authorBruno Haible <bruno@clisp.org>
Tue, 11 Apr 2023 17:34:50 +0000 (19:34 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 21 Apr 2023 02:05:49 +0000 (04:05 +0200)
* Makefile: Indent commands with tabs, not spaces.

ChangeLog
Makefile

index 9ce05ce78eb718cee58df0c8ecb169c5c3487c4a..8e068347a06f896633580748dab04f92aedabddf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-11  Bruno Haible  <bruno@clisp.org>
+
+       Makefile: Fix a syntax alert.
+       * Makefile: Indent commands with tabs, not spaces.
+
 2023-04-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        year2038: configure earlier
index 85362c8c2c7acfd8045b3e3e1f69ea4298b51f22..37d419888ad6a6594b177e16108345d2ce1b9a19 100644 (file)
--- 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