[m-dev.] diff: unbreak Aditi query shell

Simon Taylor stayl at cs.mu.OZ.AU
Sun Aug 20 09:43:04 AEST 2000


Estimated hours taken: 0.1

tests/valid/Mmakefile:
	The aditi_query test only produces a `.rlo' file, so don't
	try to produce a `.c' file.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/valid/Mmakefile,v
retrieving revision 1.69
diff -u -u -r1.69 Mmakefile
--- Mmakefile	2000/08/19 12:31:52	1.69
+++ Mmakefile	2000/08/19 23:26:58
@@ -28,13 +28,16 @@
 
 ADITI_SOURCES= \
 	aditi_error_bug.m \
-	aditi_query.m \
 	aditi_update.m \
 	base_relation.m \
 	base_relation2.m \
 	context_anc.m \
 	ite_to_disj.m
 
+	# This test does not produce a `.c' file.
+RLO_SOURCES= \
+	aditi_query.m
+
 OTHER_SOURCES= \
 	common_struct_bug.m \
 	compl_unify_bug.m \
@@ -183,7 +186,7 @@
 endif
 
 DEPS =	$(SOURCES:%.m=%.depend)
-OBJS =	$(SOURCES:%.m=$(os_subdir)%.$O)
+OBJS =	$(SOURCES:%.m=$(os_subdir)%.$O) $(RLO_SOURCES:%.m=$(rlos_subdir)%.rlo)
 PROGS =	$(SOURCES:%.m=%)
 
 all:	objs
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list