From: rich Date: Wed, 1 Nov 2006 10:32:46 +0000 (+0000) Subject: Updated deps. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=cb066da359c5372c192922852e012550311012f3;p=perl4caml.git Updated deps. --- 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; \