diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-07 12:39:35 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-07 12:39:35 +0000 |
commit | 322ee7d418797684e0f26a726313aeeaa16a61c8 (patch) | |
tree | d3b82c631cb119d0d1d1a8e69b7446a04228c5af /gcc/ch | |
parent | 7bc3636014865307cddb95de516989d9a3237a0a (diff) | |
download | gcc-322ee7d418797684e0f26a726313aeeaa16a61c8.tar.gz |
ch:
* Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for
updated gperf.
java:
* Makefile.in (keyword.h): Refer to GNU FTP site for updated
gperf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36774 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ch/Makefile.in | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 0fea3fadca6..2a8b5dc2ca0 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk> + + * Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for + updated gperf. + 2000-10-05 Richard Henderson <rth@cygnus.com> * decl.c (finish_chill_function): Don't init can_reach_end. diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in index 5b65f122bed..ecfcdbb9720 100644 --- a/gcc/ch/Makefile.in +++ b/gcc/ch/Makefile.in @@ -264,8 +264,7 @@ $(srcdir)/hash.h: cat $(srcdir)/gperf gperf.tmp2 > gperf.tmp gperf -L C -F ', 0, 0, 0' -D -E -S1 -p -j1 -i 1 -g -o -t -k'*' \ gperf.tmp > $(srcdir)/hash.h || ( \ - echo "Please update your 'gperf' from the GCC infrastructure" >&2 ; \ - echo " ftp://sourceware.cygnus.com/pub/egcs/infrastructure/gperf*" >&2 ; \ + echo "Please update your 'gperf' from ftp://ftp.gnu.org/pub/gnu/gperf/" >&2 ; \ exit 1 ) $(RM) gperf.tmp gperf.tmp2 |