Changeset: 65247dbf0d35 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=65247dbf0d35
Modified Files:
        sql/backends/monet5/datacell/Makefile.ag
Branch: Aug2011
Log Message:

fixed `make dist`: .mx files are gone; use .mal files instead.


diffs (24 lines):

diff --git a/sql/backends/monet5/datacell/Makefile.ag 
b/sql/backends/monet5/datacell/Makefile.ag
--- a/sql/backends/monet5/datacell/Makefile.ag
+++ b/sql/backends/monet5/datacell/Makefile.ag
@@ -68,13 +68,13 @@
 scripts_mal = {
        HEADERS = mal
        DIR = libdir/monetdb5
-       SOURCES = basket.mx \
-                 receptor.mx \
-                 emitter.mx \
-                 petrinet.mx \
-                 datacell.mx \
-                 opt_datacell.mx \
-                 dcoperator.mx
+       SOURCES = basket.mal \
+                 receptor.mal \
+                 emitter.mal \
+                 petrinet.mal \
+                 datacell.mal \
+                 opt_datacell.mal \
+                 dcoperator.mal
 }
 
 scripts_sql = {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to