Makefile.am: replace stray := with = [ci skip]

`=` is used everywhere else in `Makefile.am` files.

Cherry-picked from #21000
This commit is contained in:
Viktor Szakats 2026-03-12 01:34:01 +01:00
parent 5fdb35a3bc
commit 6e9df9f111
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -164,8 +164,8 @@ UNITV_ = $(UNITV_0)
$(UNITPROTOS): $(CSOURCES)
$(UNIT_V)(cd $(srcdir) && @PERL@ ../scripts/extract-unit-protos $(CSOURCES)) > $(top_builddir)/lib/$(UNITPROTOS)
_tidy_cflags :=
TIDYFLAGS :=
_tidy_cflags =
TIDYFLAGS =
if CURL_WERROR
TIDYFLAGS += '--warnings-as-errors=*'
endif

View File

@ -215,8 +215,8 @@ all-local: checksrc
endif
endif
_tidy_cflags :=
TIDYFLAGS :=
_tidy_cflags =
TIDYFLAGS =
if CURL_WERROR
TIDYFLAGS += '--warnings-as-errors=*'
endif