Updated deps.
authorrich <rich>
Wed, 1 Nov 2006 10:32:46 +0000 (10:32 +0000)
committerrich <rich>
Wed, 1 Nov 2006 10:32:46 +0000 (10:32 +0000)
Makefile

index f8b91df..dba36bd 100644 (file)
--- 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; \