mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
Makefile.am: replace stray := with = [ci skip]
`=` is used everywhere else in `Makefile.am` files. Cherry-picked from #21000
This commit is contained in:
parent
5fdb35a3bc
commit
6e9df9f111
@ -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
|
||||
|
||||
@ -215,8 +215,8 @@ all-local: checksrc
|
||||
endif
|
||||
endif
|
||||
|
||||
_tidy_cflags :=
|
||||
TIDYFLAGS :=
|
||||
_tidy_cflags =
|
||||
TIDYFLAGS =
|
||||
if CURL_WERROR
|
||||
TIDYFLAGS += '--warnings-as-errors=*'
|
||||
endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user