summaryrefslogtreecommitdiff
path: root/lang/gcc32/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-05-19 22:33:45 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-05-19 22:33:45 +0000
commit4ef26603cc332b18d8da830eb251e9cc674b6b7d (patch)
treea50f123e9645838bdfeb31dca1be4e68d1b4dbcc /lang/gcc32/Makefile
parentUpgrade, 5.3.1 -> 5.3.7. (diff)
Upgrade to 1998-05-08 snapshot version.
Notes
Notes: svn path=/head/; revision=11068
Diffstat (limited to 'lang/gcc32/Makefile')
-rw-r--r--lang/gcc32/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile
index d509ea749b31..dd970787e5ed 100644
--- a/lang/gcc32/Makefile
+++ b/lang/gcc32/Makefile
@@ -4,14 +4,14 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.16 1998/04/14 10:17:27 obrien Exp $
+# $Id: Makefile,v 1.17 1998/05/05 06:34:46 obrien Exp $
#
-DISTNAME= egcs-19980502
+DISTNAME= egcs-19980508
CATEGORIES= lang
-MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-05-02/ \
- ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-05-02/ \
- ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-05-02/
+MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-05-08/ \
+ ftp://cambridge.cygnus.com/pub/egcs/snapshots/1998-05-08/ \
+ ftp://ftp.fu-berlin.de/unix/languages/egcs/snapshots/1998-05-08/
MAINTAINER= obrien@FreeBSD.org
@@ -36,12 +36,12 @@ post-install:
${PREFIX}/bin/c++filt ${PREFIX}/bin/g77 ${PREFIX}/bin/gcov \
${PREFIX}/bin/protoize ${PREFIX}/bin/unprotoize \
${PREFIX}/bin/i386-unknown-freebsd-gcc \
- ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.26/cc1 \
- ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.26/cc1obj \
- ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.26/cc1plus \
- ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.26/cpp \
- ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.26/collect2 \
- ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.26/f771 ; \
+ ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.28/cc1 \
+ ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.28/cc1obj \
+ ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.28/cc1plus \
+ ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.28/cpp \
+ ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.28/collect2 \
+ ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd/egcs-2.91.28/f771 ; \
do strip $$prog ; \
done)
if [ ! -f ${PREFIX}/info/dir ]; then \