freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] fix cheetah_root


From: Richard Guenther
Subject: [PATCH] fix cheetah_root
Date: Wed, 18 Dec 2002 23:19:58 +0100 (CET)

Hi!

The following patch fixes the CHEETAH_ROOT variable to match
the one in the suite file. Tested by using the makefile stub
generated with an installed pooma/cheetah.

2002Dec18  Richard Guenther <address@hidden>

        * configure: fix CHEETAH_ROOT variable.

--- configure   6 Oct 2001 00:18:59 -0000       1.105
+++ configure   18 Dec 2002 21:58:37 -0000
@@ -2239,7 +2239,7 @@
   if ($cheetah)
     {
       print MFILE "### settings needed to use CHEETAH for communication\n";
-      print MFILE "CHEETAH_ROOT          = $cheetah_dir\n";
+      print MFILE "CHEETAH_ROOT          = $cheetah_dir/$cheetah_arch\n";
       print MFILE "include 
\$(CHEETAH_ROOT)/$cheetah_lib_subdir/$cheetah_include_makefile\n";
       print MFILE "\n";
     }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]