diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-30 22:09:56 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-30 22:09:56 +0000 |
| commit | 9269b676d5780bd1640bb94aae6e4444389f9e9c (patch) | |
| tree | 06db2e0d2d93a9bd1bdbf011f47acc9db2d02f36 | |
| parent | f1c6262111712a49b8d7b084c18787990f3200b5 (diff) | |
Notes
| -rw-r--r-- | gnu/lib/csu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index e160aa2968fe..1b219cc44e40 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -GCCDIR= ${.CURDIR}/../../../contrib/gcc.295 +GCCDIR= ${.CURDIR}/../../../contrib/gcc .PATH: ${GCCDIR} |
