diff options
| -rw-r--r-- | Makefile.devel | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel index a6b7fee4..e47a3504 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -39,7 +39,8 @@ CVSNAME = ProofGeneral # Remote commands to use CVS in server mode and install files. # With these settings the build can be done remotely. -CVSROOT = :ext:$(USER)@ssh.dcs.ed.ac.uk:/home/proofgen/src +MACHINE=hope +CVSROOT = :ext:$(USER)@$(MACHINE).dcs.ed.ac.uk:/home/proofgen/src CVS_RSH=ssh |
