src/CCL/Makefile
changeset 1350 5bf4a54ba25f
parent 1293 4ade5d1d369c
child 1361 90d615b599d9
--- a/src/CCL/Makefile	Tue Nov 21 12:40:04 1995 +0100
+++ b/src/CCL/Makefile	Tue Nov 21 12:41:52 1995 +0100
@@ -55,8 +55,9 @@
 
 test:   ex/ROOT.ML  $(BIN)/CCL  $(EX_FILES)
 	case "$(COMP)" in \
-	poly*)	echo 'exit_use"ex/ROOT.ML"; quit();' | $(COMP) $(BIN)/CCL ;;\
-	sml*)	echo 'exit_use"ex/ROOT.ML";' | $(BIN)/CCL;;\
+	poly*)	echo 'exit_use_dir"ex"; quit();' \
+                  | $(COMP) $(BIN)/CCL ;;\
+	sml*)	echo 'exit_use_dir"ex";' | $(BIN)/CCL;;\
 	*)	echo Bad value for ISABELLECOMP: \
                 	$(COMP) is not poly or sml;;\
 	esac