mirror of
https://github.com/curl/curl.git
synced 2026-08-06 04:46:13 +03:00
build: explain current role of LIBS in our Makefile.am files
BLANK_AT_MAKETIME may be used in our Makefile.am files to blank LIBS variable used in generated makefile at makefile processing time. Doing this functionally prevents LIBS from being used for all link targets in given makefile.
This commit is contained in:
parent
8b02afd9a9
commit
b908376bef
7 changed files with 13 additions and 13 deletions
|
|
@ -48,7 +48,7 @@ if USE_CPPFLAG_CURL_STATICLIB
|
|||
AM_CPPFLAGS += -DCURL_STATICLIB
|
||||
endif
|
||||
|
||||
# Prevent global LIBS from influencing examples build targets
|
||||
# Prevent LIBS from being used for all link targets
|
||||
LIBS = $(BLANK_AT_MAKETIME)
|
||||
|
||||
# Dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue