aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorBruce Korb <autogen@linuxbox.com>1999-09-08 14:08:26 +0000
committerBruce Korb <korbb@gcc.gnu.org>1999-09-08 14:08:26 +0000
commit98cc50509619f1192a03c0d8f57eebc85cb80a29 (patch)
tree75ea9f501eddbb72e63c4c85f4ead6b58c3b46a6 /gcc/java
parentd2cdcacaf200d36bfc625d4de3b40a9772c4fd9f (diff)
downloadgcc-98cc50509619f1192a03c0d8f57eebc85cb80a29.zip
gcc-98cc50509619f1192a03c0d8f57eebc85cb80a29.tar.gz
gcc-98cc50509619f1192a03c0d8f57eebc85cb80a29.tar.bz2
Hapless User Hint for gperf
From-SVN: r29207
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/java/Makefile.in b/gcc/java/Makefile.in
index fe1c51fe..07e3c23 100644
--- a/gcc/java/Makefile.in
+++ b/gcc/java/Makefile.in
@@ -233,7 +233,10 @@ lang.o: $(srcdir)/java-tree.def
keyword.h: keyword.gperf
gperf -L C -F ', 0' -p -t -j1 -i 1 -g -o -N java_keyword -k1,3,$$ \
- keyword.gperf > keyword.h
+ keyword.gperf > keyword.h || ( \
+ echo "Please update your 'gperf' from the GCC infrastructure" >&2 ; \
+ echo " ftp://sourceware.cygnus.com/pub/egcs/infrastructure/gperf*" >&2 ; \
+ exit 1 )
jcf-path.o : jcf-path.c $(CONFIG_H) $(srcdir)/../system.h jcf.h
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \