summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-03-04 03:50:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-03-04 03:50:04 +0000
commit3a9e4d5d50a29895f025f2a9a29f9798e3bfb11d (patch)
treeb7ff7a7425bc33a4d04ee2a629657e80a0529464 /devel
parentAdd net as secondary category since this is a distributed effort (diff)
Since we already define MASTERDIR, go ahead and use it in preference
to another use of .CURDIR. Approved by: jeh@FreeBSD.org (maintainer)
Notes
Notes: svn path=/head/; revision=102872
Diffstat (limited to 'devel')
-rw-r--r--devel/arm-rtems-gdb/Makefile2
-rw-r--r--devel/i960-rtems-gdb/Makefile2
-rw-r--r--devel/m68k-rtems-gdb/Makefile2
-rw-r--r--devel/mips-rtems-gdb/Makefile2
-rw-r--r--devel/powerpc-rtems-gdb/Makefile2
-rw-r--r--devel/sh-rtems-gdb/Makefile2
-rw-r--r--devel/sparc-rtems-gdb/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/devel/arm-rtems-gdb/Makefile b/devel/arm-rtems-gdb/Makefile
index 2e62e17fde20..ead9b785aa39 100644
--- a/devel/arm-rtems-gdb/Makefile
+++ b/devel/arm-rtems-gdb/Makefile
@@ -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"
diff --git a/devel/i960-rtems-gdb/Makefile b/devel/i960-rtems-gdb/Makefile
index 2ae455cec51a..c80a44ec1081 100644
--- a/devel/i960-rtems-gdb/Makefile
+++ b/devel/i960-rtems-gdb/Makefile
@@ -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"
diff --git a/devel/m68k-rtems-gdb/Makefile b/devel/m68k-rtems-gdb/Makefile
index b1bf4659ad50..0d92377898d4 100644
--- a/devel/m68k-rtems-gdb/Makefile
+++ b/devel/m68k-rtems-gdb/Makefile
@@ -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"
diff --git a/devel/mips-rtems-gdb/Makefile b/devel/mips-rtems-gdb/Makefile
index 1343ee667294..6d0074b95b55 100644
--- a/devel/mips-rtems-gdb/Makefile
+++ b/devel/mips-rtems-gdb/Makefile
@@ -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"
diff --git a/devel/powerpc-rtems-gdb/Makefile b/devel/powerpc-rtems-gdb/Makefile
index d8548ff54429..477dd03a852a 100644
--- a/devel/powerpc-rtems-gdb/Makefile
+++ b/devel/powerpc-rtems-gdb/Makefile
@@ -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"
diff --git a/devel/sh-rtems-gdb/Makefile b/devel/sh-rtems-gdb/Makefile
index 024754adb6ce..8a3b02854410 100644
--- a/devel/sh-rtems-gdb/Makefile
+++ b/devel/sh-rtems-gdb/Makefile
@@ -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"
diff --git a/devel/sparc-rtems-gdb/Makefile b/devel/sparc-rtems-gdb/Makefile
index e6a3ceab860a..f2d575688f03 100644
--- a/devel/sparc-rtems-gdb/Makefile
+++ b/devel/sparc-rtems-gdb/Makefile
@@ -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"