From 96ace1a2901429319adf9be10bb767ebbbc7237d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 30 Oct 1999 08:08:29 +0000 Subject: [PATCH] `make' will fail if hash.h exists for some reason and gxx-hash needs to be rebuilt. Fix this. Submitted by: bde --- gnu/usr.bin/cc/cc_tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 6100fe7a5294..5e034fac736c 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -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 #-----------------------------------------------------------------------