src/HOLCF/Makefile
changeset 1675 36ba4da350c3
parent 1491 38a14548baad
child 2023 aa25f20c5d8b
--- a/src/HOLCF/Makefile	Tue Apr 23 17:01:51 1996 +0200
+++ b/src/HOLCF/Makefile	Tue Apr 23 17:04:23 1996 +0200
@@ -35,7 +35,7 @@
 #Uses cp rather than make_database because Poly/ML allows only 3 levels
 $(BIN)/HOLCF:   $(BIN)/HOL  $(FILES) 
 	case "$(COMP)" in \
-	poly*)  cp $(BIN)/HOL $(BIN)/HOLCF;\
+	poly*)  cp $(BIN)/HOL $(BIN)/HOLCF; chmod u+w $(BIN)/HOLCF;\
                 if [ "$${MAKE_HTML}" = "true" ]; \
                 then echo 'open PolyML; make_html := true; exit_use_dir".";' \
                        | $(COMP) $(BIN)/HOLCF;\