changeset 11:5e2967a54316

Small tweak to Makefile.templ
author samer
date Thu, 26 Jan 2012 13:29:05 +0000
parents 7947baf7a624
children 85c19a49cf7e
files Makefile.templ
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.templ	Wed Jan 25 15:03:40 2012 +0000
+++ b/Makefile.templ	Thu Jan 26 13:29:05 2012 +0000
@@ -25,7 +25,7 @@
 
 # install directories
 export INSTALL_LIB_TO=~/lib/prolog/x86_64
-export INSTALL_PL_TO=~/lib/prolog/source
+export INSTALL_PL_TO=~/lib/prolog
 export INSTALL_ML_TO=~/matlab
 
 # flags for install - BSD install seems to be different from GNU install
@@ -34,8 +34,8 @@
 
 # on Mac OS X Lion using MacPorts gcc 4.2, you need this to select
 # the correct C++ compiler. Leave CXX blank otherwise.
-export CXX=-c++ g++-apple-4.2
-#export CXX=
+#export CXX=-c++ g++-apple-4.2
+export CXX=
 
 VER=1.0
 # ---------------- end of configuration ---------------