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

fixed `make dist` (and thus hopefully also `make srm` & `make rpm`:

Make sure `make dist` does not require Mx to extract source;
include the original .mx source files rather than the extracted .mal files
in the tarball.

Open/ToDo:
Why use .mx files at all --- the DataCell code does not contain a single Mx 
macro ...


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.mal \
-                 receptor.mal \
-                 emitter.mal \
-                 petrinet.mal \
-                 datacell.mal \
-                 opt_datacell.mal \
-                 dcoperator.mal
+       SOURCES = basket.mx \
+                 receptor.mx \
+                 emitter.mx \
+                 petrinet.mx \
+                 datacell.mx \
+                 opt_datacell.mx \
+                 dcoperator.mx
 }
 
 scripts_sql = {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to