summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-11 19:34:50 +0200
committerBruno Haible <bruno@clisp.org>2023-04-11 19:36:49 +0200
commitd9b89953dbc6f35b20f71dbc1f8586bb824bb602 (patch)
tree1620db2b762fa369bbea55787f24df30a7bb343a /Makefile
parentf92235ea521a3ace7ec6aa16629b127b21057d20 (diff)
downloadgnulib-d9b89953dbc6f35b20f71dbc1f8586bb824bb602.tar.gz
Makefile: Fix a syntax alert.
* Makefile: Indent commands with tabs, not spaces.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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