Since we already define MASTERDIR, go ahead and use it in preference

to another use of .CURDIR.

Approved by:		jeh@FreeBSD.org (maintainer)
This commit is contained in:
Mark Linimon 2004-03-04 03:50:04 +00:00
parent 84ee40e8b1
commit 3a9e4d5d50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102872
7 changed files with 7 additions and 7 deletions

View File

@ -14,4 +14,4 @@ LCLTARGET= arm-rtems
MAN1= ${LCLTARGET}-run.1
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
.include "${MASTERDIR}/Makefile"

View File

@ -14,4 +14,4 @@ LCLTARGET= i960-rtems
MAN1= ${LCLTARGET}-run.1
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
.include "${MASTERDIR}/Makefile"

View File

@ -12,4 +12,4 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= m68k-rtems
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
.include "${MASTERDIR}/Makefile"

View File

@ -14,4 +14,4 @@ LCLTARGET= mips-rtems
MAN1= ${LCLTARGET}-run.1
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
.include "${MASTERDIR}/Makefile"

View File

@ -16,4 +16,4 @@ CONFIGURE_ARGS= --verbose --enable-sim --enable-sim-powerpc \
MAN1+= ${LCLTARGET}-run.1
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
.include "${MASTERDIR}/Makefile"

View File

@ -15,4 +15,4 @@ CONFIGURE_ARGS= --verbose --enable-sim
MAN1= ${LCLTARGET}-run.1
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
.include "${MASTERDIR}/Makefile"

View File

@ -12,4 +12,4 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= sparc-rtems
MASTERDIR= ${.CURDIR}/../i386-rtems-gdb
.include "${.CURDIR}/../i386-rtems-gdb/Makefile"
.include "${MASTERDIR}/Makefile"