`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
1 changed files with 1 additions and 1 deletions

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
#-----------------------------------------------------------------------