2000-01-25 Gavin Romig-Koch <gavin@cygnus.com>
authorgavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jan 2000 20:16:06 +0000 (20:16 +0000)
committergavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jan 2000 20:16:06 +0000 (20:16 +0000)
* 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
gcc/Makefile.in

index 9388f69..31e31a7 100644 (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.
index 65bdbb9..f6ac12a 100644 (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