[Saga-devel] saga SVN commit 3274: /trunk/adaptors/ssh/ssh_job/

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Wed Jan 14 09:09:56 CST 2009


User: amerzky
Date: 2009/01/14 09:09 AM

Modified:
 /trunk/adaptors/ssh/ssh_job/
  Makefile

Log:
 fix

File Changes:

Directory: /trunk/adaptors/ssh/ssh_job/
=======================================

File [modified]: Makefile
Delta lines: +2 -4
===================================================================
--- trunk/adaptors/ssh/ssh_job/Makefile	2009-01-14 14:43:13 UTC (rev 3273)
+++ trunk/adaptors/ssh/ssh_job/Makefile	2009-01-14 15:09:47 UTC (rev 3274)
@@ -4,9 +4,7 @@
 #  (See accompanying file LICENSE or copy at 
 #  http://www.boost.org/LICENSE_1_0.txt)
 
-ifndef SAGA_LOCATION
- $(error "SAGA_LOCATION must be set for this Makefile to work")
-endif
+-include ../config/make.cfg
 
 SAGA_SRC          = $(wildcard *.cpp)
 SAGA_OBJ          = $(SAGA_SRC:%.cpp=%.o)
@@ -18,5 +16,5 @@
 
 SAGA_ADAPTOR_PACKAGES = job
 
-include $(SAGA_LOCATION)/share/saga/make/saga.adaptor.mk
+include $(SAGA_MAKE_INCLUDE_ROOT)/saga.adaptor.mk
 



More information about the saga-devel mailing list