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
This commit is contained in:
Gavin Romig-Koch 2000-01-25 20:16:06 +00:00 committed by Gavin Romig-Koch
parent 4dacf5bd44
commit 490cab7248
2 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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