diff options
author | Bruce Korb <autogen@linuxbox.com> | 1999-09-08 14:08:26 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 1999-09-08 14:08:26 +0000 |
commit | 98cc50509619f1192a03c0d8f57eebc85cb80a29 (patch) | |
tree | 75ea9f501eddbb72e63c4c85f4ead6b58c3b46a6 /gcc/cp | |
parent | d2cdcacaf200d36bfc625d4de3b40a9772c4fd9f (diff) | |
download | gcc-98cc50509619f1192a03c0d8f57eebc85cb80a29.zip gcc-98cc50509619f1192a03c0d8f57eebc85cb80a29.tar.gz gcc-98cc50509619f1192a03c0d8f57eebc85cb80a29.tar.bz2 |
Hapless User Hint for gperf
From-SVN: r29207
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 621567b..7a35d53 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -234,7 +234,10 @@ $(PARSE_C) : $(srcdir)/parse.y # so we should be consistent. $(srcdir)/hash.h: $(srcdir)/gxx.gperf gperf -L C -F ', 0, 0' -p -j1 -g -o -t -N is_reserved_word \ - '-k1,4,7,$$' $(srcdir)/gxx.gperf >$(srcdir)/hash.h + '-k1,4,7,$$' $(srcdir)/gxx.gperf >$(srcdir)/hash.h || ( \ + echo "Please update your 'gperf' from the GCC infrastructure" >&2 ; \ + echo " ftp://sourceware.cygnus.com/pub/egcs/infrastructure/gperf*" >&2 ; \ + exit 1 ) spew.o : spew.c $(CONFIG_H) $(CXX_TREE_H) $(PARSE_H) $(srcdir)/../flags.h \ lex.h $(srcdir)/../system.h $(srcdir)/../toplev.h |