X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=dba36bd7eb9a0da46ffd37c171a9933eb703fabc;hb=cb066da359c5372c192922852e012550311012f3;hp=f8b91df1ce719df6504aee1ef8f4a672e78ca040;hpb=092ff3937d117dc54f36225f846e4c2a17bdcd94;p=perl4caml.git 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; \