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. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index c8a88cd13..91790267a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -132,7 +132,7 @@ if VERSIONED_SYMBOLS VERSIONED_SYMBOLS = -Wl,--version-script=libcurl.vers endif -# Prevent global LIBS from influencing lib build targets +# Prevent LIBS from being used for all link targets LIBS = $(BLANK_AT_MAKETIME) libcurl_la_LDFLAGS = $(UNDEF) $(VERSIONINFO) $(MIMPURE) $(VERSIONED_SYMBOLS) $(LIBCURL_LIBS) -- cgit v1.2.3