Skip to content

Commit

Permalink
Use tab for indentation in Makefile feature testing
Browse files Browse the repository at this point in the history
Commit 34c1f28 accidentally modified the indentation to spaces where we
should be using tabs.
  • Loading branch information
magicant committed Apr 27, 2024
1 parent a44e8bf commit f5bbaad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ checking 'whether make supports include statements'
if
cat >"${temptxt}" <<END
_TEST_:
@echo >/dev/null
@echo >/dev/null
END
checkby eval "${MAKE-make} -f - _TEST_ <<END
.POSIX:
Expand All @@ -509,7 +509,7 @@ checking 'whether make sets $SHELL macro'
checkby eval "SHELL=false ${MAKE-make} -f - <<END
.POSIX:
_TEST_:
\\\$(SHELL) -c :
\\\$(SHELL) -c :
END
"
checked
Expand Down

0 comments on commit f5bbaad

Please sign in to comment.