diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-30 08:08:29 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-30 08:08:29 +0000 |
| commit | 96ace1a2901429319adf9be10bb767ebbbc7237d (patch) | |
| tree | 0d030d9a32b63f9ee969cf34cdc07e87a089b2c1 | |
| parent | be72f78813385b54aac58a533450228a5a28ba9a (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 #----------------------------------------------------------------------- |
