changed command for making 'test'
authorclasohm
Sun, 06 Nov 1994 21:04:39 +0100
changeset 164 028a32af4c4d
parent 163 edadccb76178
child 165 eb8a3a991c08
changed command for making 'test'
Makefile
--- a/Makefile	Fri Nov 04 14:19:30 1994 +0100
+++ b/Makefile	Sun Nov 06 21:04:39 1994 +0100
@@ -84,7 +84,7 @@
 #Load ex/ROOT.ML last since it creates the file "test"
 test:   $(BIN)/HOL  $(IMP_FILES) $(IOA_FILES) $(SUBST_FILES)  $(EX_FILES)
 	case "$(COMP)" in \
-	poly*)	echo 'use"IMP/ROOT.ML"; use"IOA/ROOT.ML"; use"Subst/ROOT.ML"; use"ex/ROOT.ML"; quit();' \
+	poly*)	echo '(use"IMP/ROOT.ML"; use"IOA/ROOT.ML"; use"Subst/ROOT.ML"; use"ex/ROOT.ML"); quit();' \
                         | $(COMP) $(BIN)/HOL ;;\
 	sml*)	echo 'use"IMP/ROOT.ML"; use"IOA/ROOT.ML"; use"Subst/ROOT.ML"; use"ex/ROOT.ML";' | $(BIN)/HOL;;\
 	*)	echo Bad value for ISABELLECOMP: \