From 683757d2932afd8fc9abe3e9a71c8b44e1b4d081 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Sat, 6 Oct 2007 15:29:39 +0000 Subject: [PATCH] Changed the Makefile to use the public SVN repository for getting the cgtests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c48a9e..7e771d8 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ cgtests = $(wildcard cgtests/cgtest??.occ) cgtests_targets = $(patsubst %.occ,%,$(cgtests)) get-cgtests: - svn co https://subversion.frmb.org/svn/cgtests/branches/tock cgtests + svn co https://subversion.frmb.org/pubsvn/cgtests/branches/tock cgtests all-cgtests: $(cgtests_targets)