From b908376bef462644e204b50f7a8c3df5871883bf Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 4 Dec 2012 23:30:05 +0100 Subject: 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. --- docs/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples') diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 49c20361f..865f09371 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -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 -- cgit v1.2.3