summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-06-29 16:37:14 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-06-29 16:37:41 -0700
commit1aa70bfdbb004ca193bb2114b6ce6de55858c278 (patch)
tree64141eac536134b416de5a88dc8a09a8f8882ff3 /top
parent160672dd02c56f0feffc250acd3bf241418b849b (diff)
downloadgnulib-1aa70bfdbb004ca193bb2114b6ce6de55858c278.tar.gz
* top/maint.mk: Pacify Autoconf TAB-8-space rule.
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/top/maint.mk b/top/maint.mk
index 10a84c2252..2a0d2b4ce2 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -442,7 +442,7 @@ sc_prohibit_gnu_make_extensions:
$(SED) -ne '/Makefile/{s/\.in$$//;p;}' | \
while read m; do \
$(MAKE) -qp -f $$m .DUMMY-TARGET 2>/dev/null | \
- $(AWK) -v file=$$m -e '$($@_awk_)' || exit 1; \
+ $(AWK) -v file=$$m -e '$($@_awk_)' || exit 1; \
done; \
fi
@@ -915,7 +915,7 @@ sc_prohibit_always-defined_macros:
dummy /dev/null \
&& { printf '$(ME): define the above' \
' via some gnulib .h file\n' 1>&2; \
- exit 1; } \
+ exit 1; } \
|| :; \
fi
# ==================================================================