diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-12 20:27:53 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-12 20:27:53 +0000 |
commit | 3d4895684d1a16c6fe4a7c1e4d292ac481e8e2f3 (patch) | |
tree | 993aef7702ed506c262d817f7f85b14315fcc669 /gnu | |
parent | bf705257921564c145e731c183df1ec2d0b949a6 (diff) | |
download | FreeBSD-src-3d4895684d1a16c6fe4a7c1e4d292ac481e8e2f3.zip FreeBSD-src-3d4895684d1a16c6fe4a7c1e4d292ac481e8e2f3.tar.gz |
Add a comment explaing the linking and segrated the old and new cases a little.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 78b5f2f..6100fe7 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -84,10 +84,12 @@ GENSRCS+= c-gperf.h gxx-hash.h: gxx.gperf gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$$' \ ${GCCDIR}/cp/gxx.gperf >gxx-hash.h +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} -GENSRCS+= gxx-hash.h hash.h +GENSRCS+= hash.h #----------------------------------------------------------------------- # Common parser stuff. |