Scoot things over to the temporary *.295 source while I do major construction

on the mainline sources.
This commit is contained in:
obrien 2000-06-04 06:56:23 +00:00
parent 584644aae9
commit 7b694b0fc3
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $FreeBSD$
GCCDIR= ${.CURDIR}/../../../contrib/gcc
GCCDIR= ${.CURDIR}/../../../contrib/gcc.295
.PATH: ${GCCDIR}/cp ${GCCDIR}

View File

@ -1,7 +1,7 @@
# $FreeBSD$
OBJCDIR=${.CURDIR}/../../../contrib/libobjc
GCCDIR= ${.CURDIR}/../../../contrib/gcc
OBJCDIR=${.CURDIR}/../../../contrib/libobjc.295
GCCDIR= ${.CURDIR}/../../../contrib/gcc.295
.PATH: ${OBJCDIR}/objc ${OBJCDIR}

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SRCDIR= ${.CURDIR}/../../../contrib/libstdc++
SRCDIR= ${.CURDIR}/../../../contrib/libstdc++.295
.PATH: ${SRCDIR} ${SRCDIR}/stl ${SRCDIR}/../libio

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SRCDIR= ${.CURDIR}/../../../../contrib/libstdc++
SRCDIR= ${.CURDIR}/../../../../contrib/libstdc++.295
.PATH: ${SRCDIR}/../libio

View File

@ -4,7 +4,7 @@
# Sometimes this is .include'd several times...
.if !defined(GCCDIR)
GCCDIR= ${.CURDIR}/../../../../contrib/gcc
GCCDIR= ${.CURDIR}/../../../../contrib/gcc.295
TARGET_ARCH?= ${MACHINE_ARCH}