aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/Makefile.in
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/ch/Makefile.in
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/ch/Makefile.in')
-rw-r--r--gcc/ch/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in
index b377964..3ff898d 100644
--- a/gcc/ch/Makefile.in
+++ b/gcc/ch/Makefile.in
@@ -254,7 +254,10 @@ $(srcdir)/hash.h:
sed -f sed.tmp < gperf.tmp > gperf.tmp2
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
+ 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 ; \
+ exit 1 )
$(RM) gperf.tmp gperf.tmp2 sed.tmp
actions.o : actions.c $(CONFIG_H) $(CHILL_TREE_H) actions.h $(RTL_H) \