Changeset: 5eb8cb3f652d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5eb8cb3f652d
Modified Files:
        sql/backends/monet5/gsl/Makefile.ag
Branch: Oct2014
Log Message:

Remove unnecessary conditionals (they are already one level up).


diffs (32 lines):

diff --git a/sql/backends/monet5/gsl/Makefile.ag 
b/sql/backends/monet5/gsl/Makefile.ag
--- a/sql/backends/monet5/gsl/Makefile.ag
+++ b/sql/backends/monet5/gsl/Makefile.ag
@@ -23,28 +23,24 @@ INCLUDES = ../../../../monetdb5/mal \
 
 lib__gsl = {
        MODULE
-       COND = HAVE_GSL
        DIR = libdir/monetdb5
        SOURCES = gsl.c
        LIBS = $(gsl_LIBS)
 }
 
 headers_gslmal = {
-       COND = HAVE_GSL
        HEADERS = mal
        DIR = libdir/monetdb5
        SOURCES = gsl.mal
 }
 
 headers_gslautoload = {
-    COND = HAVE_GSL
     HEADERS = mal
     DIR = libdir/monetdb5/autoload
     SOURCES = 73_gsl.mal
 }
 
 headers_gsl = {
-       COND = HAVE_GSL
        HEADERS = sql
        DIR = libdir/monetdb5/createdb
        SOURCES = 46_gsl.sql
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to