diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-14 01:00:25 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-14 01:00:25 +0000 |
| commit | ee6b45631e824dbbda5bcf122333c1bc90ef457b (patch) | |
| tree | 3d6cd7a7a2ef140a9381a19ebd182cdca1f8524f /gnu/lib/csu/Makefile | |
| parent | a43e859d63045b899215c742e3a6538c521d0f11 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/csu/Makefile')
| -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 7b8cc46d5318..d39fab9dab8a 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -15,7 +15,7 @@ CFLAGS+= -finhibit-size-directive -fno-inline-functions \ CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} -I. \ -I${CCDIR}/cc_tools CRTS_CFLAGS= -DCRTSTUFFS_O ${PICFLAG} -MKDEPCMD= CC=${CC} MKDEP_CPP_OPTS="-M -DCRT_BEGIN" mkdep +MKDEPCMD= CC="${CC}" MKDEP_CPP_OPTS="-M -DCRT_BEGIN" mkdep .if ${TARGET_ARCH} == "sparc64" .PATH: ${GCCDIR}/config/${GCC_CPU} |
