head	1.3;
access;
symbols
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	pgcc_2_95_1:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.06.08.17.28.14;	author obrien;	state dead;
branches;
next	1.2;

1.2
date	2001.10.29.02.09.39;	author sf;	state Exp;
branches;
next	1.1;

1.1
date	99.09.08.10.41.56;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@This was still at the GCC 2.95.2 level.  GCC 3.1 has really subsumed
the optimization work the PGCC group did based on the closed development
GCC versions.
@
text
@--- gcc/Makefile.in.orig	Fri Aug 13 16:46:55 1999
+++ gcc/Makefile.in	Sat Oct 27 23:11:06 2001
@@@@ -108,7 +108,7 @@@@
 MAKEINFO = `if [ -f $(objdir)/../texinfo/makeinfo/Makefile ] ; \
 	then echo $(objdir)/../texinfo/makeinfo/makeinfo ; \
 	else echo makeinfo ; fi`
-MAKEINFOFLAGS =
+MAKEINFOFLAGS = --no-split
 TEXI2DVI = texi2dvi
 # For GNUmake: let us decide what gets passed to recursive makes.
 MAKEOVERRIDES =
@@@@ -802,7 +802,7 @@@@
 	rm -f config.run
 
 $(srcdir)/configure: $(srcdir)/configure.in
-	cd $(srcdir); autoconf
+	cd $(srcdir); echo "wants to run autoconf"
 
 # cstamp-h.in controls rebuilding of config.in.
 # It is named cstamp-h.in and not stamp-h.in so the mostlyclean rule doesn't
@@@@ -815,7 +815,7 @@@@
 # ??? Newer versions have a maintainer mode that may be useful here.
 $(srcdir)/config.in: $(srcdir)/cstamp-h.in
 $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
-	cd $(srcdir) && autoheader
+	cd $(srcdir) && echo "want to run autoheader"
 	@@rm -f $(srcdir)/cstamp-h.in
 	echo timestamp > $(srcdir)/cstamp-h.in
 auto-host.h: cstamp-h ; @@true
@


1.2
log
@o fix install: change GCC_REV to match existing one.
o unify info files for future update.
o ${MKDIR} ${PREFIX}/info is not needed as it is in BSD.local.dist.

Reviewed by:	maintainer
@
text
@@


1.1
log
@Upgrade to version 2.95.1.
@
text
@d1 12
a12 3
--- gcc/Makefile.in.orig	Thu Feb 25 12:40:16 1999
+++ gcc/Makefile.in	Mon Mar  1 04:36:40 1999
@@@@ -793,7 +793,7 @@@@
d21 1
a21 1
@@@@ -806,7 +806,7 @@@@
@

