aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@cygnus.com>2000-01-25 20:16:06 +0000
committerGavin Romig-Koch <gavin@gcc.gnu.org>2000-01-25 20:16:06 +0000
commit490cab72484f7b07ba1e3f5305b1a461114ec0d3 (patch)
tree508bdfe9997dc42b736d3593e3bf93eb22ce82b7 /gcc
parent4dacf5bd44d2b8e8fe5626eb734c7d78fe62135e (diff)
downloadgcc-490cab72484f7b07ba1e3f5305b1a461114ec0d3.zip
gcc-490cab72484f7b07ba1e3f5305b1a461114ec0d3.tar.gz
gcc-490cab72484f7b07ba1e3f5305b1a461114ec0d3.tar.bz2
Makefile.in (c-gperf.h): Change the "See" pointer to point to the new "generated_files" doc.
2000-01-25 Gavin Romig-Koch <gavin@cygnus.com> * Makefile.in (c-gperf.h) : Change the "See" pointer to point to the new "generated_files" doc. From-SVN: r31616
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in6
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9388f69..31e31a7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
+
+ * Makefile.in (c-gperf.h) : Change the "See" pointer to
+ point to the new "generated_files" doc.
+
2000-01-25 Clinton Popetz <cpopetz@cygnus.com>
* config/fp-bit.c (_unord_f2): Fix typo.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 65bdbb9..f6ac12a 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -30,6 +30,9 @@
srcdir = @srcdir@
VPATH = @srcdir@
+# Pointer to the GCC Project website
+website=http://gcc.gnu.org
+
# Variables that exist for you to override.
# See below for how to change them for certain systems.
@@ -1333,8 +1336,7 @@ $(srcdir)/c-parse.y: c-parse.in
$(srcdir)/c-gperf.h: c-parse.gperf
gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
-k1,3,$$ $(srcdir)/c-parse.gperf >tmp-gperf.h || ( \
- echo "Please update your 'gperf' from the GCC infrastructure" >&2 ; \
- echo " ftp://sourceware.cygnus.com/pub/egcs/infrastructure/gperf*" >&2 ; \
+ echo "See " $(website)/cvs.html#generated_files >&2 ; \
exit 1 )
$(SHELL) $(srcdir)/move-if-change tmp-gperf.h $(srcdir)/c-gperf.h