mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-12 10:10:04 +08:00
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:
parent
4dacf5bd44
commit
490cab7248
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user