From: Stefan Metzmacher Date: Mon, 8 Jun 2009 09:51:36 +0000 (+0200) Subject: s3:Makefile.in: use LIBDL as make variable instead of a shell variable X-Git-Tag: tdb-1.1.5~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18c340b9247a6884588ce501cdf259aa74036bfd;p=thirdparty%2Fsamba.git s3:Makefile.in: use LIBDL as make variable instead of a shell variable metze --- diff --git a/source3/Makefile.in b/source3/Makefile.in index c6acb537a4e..1a3c8eff03f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3165,7 +3165,7 @@ test_pam_modules:: pam_modules @$(LIB_PATH_VAR)=./bin && \ export $(LIB_PATH_VAR) && \ for module in $(PAM_MODULES); do \ - ./script/tests/dlopen.sh -lpam ${LIBDL} bin/$${module}.@SHLIBEXT@ \ + ./script/tests/dlopen.sh -lpam $(LIBDL) bin/$${module}.@SHLIBEXT@ \ || exit 1; \ done