1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

`make' will fail if hash.h exists for some reason and gxx-hash needs to be

rebuilt.  Fix this.

Submitted by:	bde
This commit is contained in:
David E. O'Brien 1999-10-30 08:08:29 +00:00
parent be72f78813
commit 96ace1a290
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52648

View File

@ -88,7 +88,7 @@ GENSRCS+= gxx-hash.h
# make a link the the Cygnus used name for now -- hopes are they will change it
hash.h: gxx-hash.h
ln -s ${.ALLSRC} ${.TARGET}
ln -sf ${.ALLSRC} ${.TARGET}
GENSRCS+= hash.h
#-----------------------------------------------------------------------