From 4194942670096a275dc250e9305e702382baecda Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 29 Jan 2008 21:37:47 +0000 Subject: [PATCH] Fixed the URL for the cgtests to point to the corresponding old revision in the CS projects repository --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e156dfe..11bc57c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,7 +168,7 @@ clean-local: rmdir obj cgtests/cgtest00.occ: - svn co https://subversion.frmb.org/pubsvn/cgtests/branches/tock cgtests + svn co http://projects.cs.kent.ac.uk/projects/kroc/svn/cgtests/branches/tock@4200 cgtests # We must clean the cgtests every time at the moment, because if someone makes make-cgtests-c then make-cgtests-cpp, they'll need a clean inbetween: # In future we should give the version compiled using the C++ backend a different extension: