From d73e991a977749b57f2c108ef1bd0170acdd01b2 Mon Sep 17 00:00:00 2001 From: gavin Date: Tue, 25 Jan 2000 20:16:06 +0000 Subject: [PATCH] 2000-01-25 Gavin Romig-Koch * Makefile.in (c-gperf.h) : Change the "See" pointer to point to the new "generated_files" doc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31616 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/Makefile.in | 6 ++++-- 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 + + * Makefile.in (c-gperf.h) : Change the "See" pointer to + point to the new "generated_files" doc. + 2000-01-25 Clinton Popetz * 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 -- 2.7.4