From 18c340b9247a6884588ce501cdf259aa74036bfd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 8 Jun 2009 11:51:36 +0200 Subject: s3:Makefile.in: use LIBDL as make variable instead of a shell variable metze --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index c6acb537a4..1a3c8eff03 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 -- cgit