mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03: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
2 changed files with 4 additions and 4 deletions
|
|
@ -164,8 +164,8 @@ UNITV_ = $(UNITV_0)
|
||||||
$(UNITPROTOS): $(CSOURCES)
|
$(UNITPROTOS): $(CSOURCES)
|
||||||
$(UNIT_V)(cd $(srcdir) && @PERL@ ../scripts/extract-unit-protos $(CSOURCES)) > $(top_builddir)/lib/$(UNITPROTOS)
|
$(UNIT_V)(cd $(srcdir) && @PERL@ ../scripts/extract-unit-protos $(CSOURCES)) > $(top_builddir)/lib/$(UNITPROTOS)
|
||||||
|
|
||||||
_tidy_cflags :=
|
_tidy_cflags =
|
||||||
TIDYFLAGS :=
|
TIDYFLAGS =
|
||||||
if CURL_WERROR
|
if CURL_WERROR
|
||||||
TIDYFLAGS += '--warnings-as-errors=*'
|
TIDYFLAGS += '--warnings-as-errors=*'
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -215,8 +215,8 @@ all-local: checksrc
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
_tidy_cflags :=
|
_tidy_cflags =
|
||||||
TIDYFLAGS :=
|
TIDYFLAGS =
|
||||||
if CURL_WERROR
|
if CURL_WERROR
|
||||||
TIDYFLAGS += '--warnings-as-errors=*'
|
TIDYFLAGS += '--warnings-as-errors=*'
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue