Change the name of the file generaged from gxx.gperf from "hash.h" to

"gxx-hash.h" with hopes of getting Cygnus to do the same.  We create a link
to the old name for now.
This commit is contained in:
David E. O'Brien 1999-10-12 20:25:11 +00:00
parent d0248b64a3
commit 047419e54f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52171

View file

@ -81,10 +81,13 @@ GENSRCS+= c-gperf.h
#-----------------------------------------------------------------------
# C++ hash codes
hash.h: gxx.gperf
gxx-hash.h: gxx.gperf
gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$$' \
${GCCDIR}/cp/gxx.gperf >hash.h
GENSRCS+= hash.h
${GCCDIR}/cp/gxx.gperf >gxx-hash.h
hash.h: gxx-hash.h
ln -s ${.ALLSRC} ${.TARGET}
GENSRCS+= gxx-hash.h hash.h
#-----------------------------------------------------------------------
# Common parser stuff.