From cb066da359c5372c192922852e012550311012f3 Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 1 Nov 2006 10:32:46 +0000 Subject: [PATCH] Updated deps. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f8b91df..dba36bd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Interface to Perl from OCaml. # Copyright (C) 2003 Merjis Ltd. -# $Id: Makefile,v 1.30 2005-01-31 15:23:23 rich Exp $ +# $Id: Makefile,v 1.31 2006-11-01 10:32:46 rich Exp $ include Makefile.config @@ -73,7 +73,7 @@ check: test run-tests: @fails=0; count=0; \ - export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; \ + export LD_LIBRARY_PATH=`pwd`:$$LD_LIBRARY_PATH; \ for prog in $(TEST_PROGRAMS); do \ if ! $$prog; then \ echo Test $$prog failed; \ -- 1.8.3.1