diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-02-23 01:52:52 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-02-23 01:52:52 +0000 |
commit | b0004515aab28f55b84864c432e43c4025b142bd (patch) | |
tree | c6c0f273d66056564cac43f7aff35f653bcca392 /lang/gcc43 | |
parent | 7ac76a9e2df9fa49367cef68683fd9ed893d2c47 (diff) |
Notes
Diffstat (limited to 'lang/gcc43')
-rw-r--r-- | lang/gcc43/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 456eee79aa79..6eb9cd9441a7 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -3,12 +3,12 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.7 1998/02/16 09:18:13 asami Exp $ +# $Id: Makefile,v 1.8 1998/02/17 00:04:51 obrien Exp $ # DISTNAME= egcs-980205 CATEGORIES= lang -MASTER_SITES= ftp://ftp.cygnus.com/pub/egcs/snapshots/1998-02-05/ \ +MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-02-05/ \ ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-02-05/ \ ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-02-05/ |