aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-11-17 08:57:50 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-11-17 08:57:50 +0000
commitb3360571c77088649d782214604e3c4f74fab456 (patch)
tree05df631f3f21e307d3dc0b5910fd3b2cb43599fb
parentad6ab3daa5292aaf0d3c8812f85d3cfd7b095b94 (diff)
downloadports-b3360571c77088649d782214604e3c4f74fab456.tar.gz
ports-b3360571c77088649d782214604e3c4f74fab456.zip
fix "Variable MASTERDIR is recursive"
Notes
Notes: svn path=/head/; revision=94155
-rw-r--r--devel/arm-rtems-g77/Makefile4
-rw-r--r--devel/m68k-rtems-g77/Makefile4
-rw-r--r--devel/mips-rtems-g77/Makefile4
-rw-r--r--devel/powerpc-rtems-g77/Makefile4
-rw-r--r--devel/sh-rtems-g77/Makefile4
-rw-r--r--devel/sparc-rtems-g77/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/devel/arm-rtems-g77/Makefile b/devel/arm-rtems-g77/Makefile
index ef55edbdf5aa..e3f3cba3bc91 100644
--- a/devel/arm-rtems-g77/Makefile
+++ b/devel/arm-rtems-g77/Makefile
@@ -11,5 +11,5 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= arm-rtems
-.include "${.CURDIR}/../i386-rtems-g77/Makefile"
-MASTERDIR= ${MASTERDIR}/i386-rtems-g77
+MASTERDIR= ${.CURDIR}/../i386-rtems-g77
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/m68k-rtems-g77/Makefile b/devel/m68k-rtems-g77/Makefile
index ecab5241244f..4f1ee16c58e9 100644
--- a/devel/m68k-rtems-g77/Makefile
+++ b/devel/m68k-rtems-g77/Makefile
@@ -11,5 +11,5 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= m68k-rtems
-.include "${.CURDIR}/../i386-rtems-g77/Makefile"
-MASTERDIR= ${MASTERDIR}/i386-rtems-g77
+MASTERDIR= ${.CURDIR}/../i386-rtems-g77
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/mips-rtems-g77/Makefile b/devel/mips-rtems-g77/Makefile
index e060d9734da5..63b783a9780c 100644
--- a/devel/mips-rtems-g77/Makefile
+++ b/devel/mips-rtems-g77/Makefile
@@ -11,5 +11,5 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= mips-rtems
-.include "${.CURDIR}/../i386-rtems-g77/Makefile"
-MASTERDIR= ${MASTERDIR}/i386-rtems-g77
+MASTERDIR= ${.CURDIR}/../i386-rtems-g77
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/powerpc-rtems-g77/Makefile b/devel/powerpc-rtems-g77/Makefile
index ef58e55a92be..1c4c2c5af59a 100644
--- a/devel/powerpc-rtems-g77/Makefile
+++ b/devel/powerpc-rtems-g77/Makefile
@@ -11,5 +11,5 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= powerpc-rtems
-.include "${.CURDIR}/../i386-rtems-g77/Makefile"
-MASTERDIR= ${MASTERDIR}/i386-rtems-g77
+MASTERDIR= ${.CURDIR}/../i386-rtems-g77
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/sh-rtems-g77/Makefile b/devel/sh-rtems-g77/Makefile
index b594683dcf36..7a258826f4f3 100644
--- a/devel/sh-rtems-g77/Makefile
+++ b/devel/sh-rtems-g77/Makefile
@@ -11,5 +11,5 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= sh-rtems
-.include "${.CURDIR}/../i386-rtems-g77/Makefile"
-MASTERDIR= ${MASTERDIR}/i386-rtems-g77
+MASTERDIR= ${.CURDIR}/../i386-rtems-g77
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/sparc-rtems-g77/Makefile b/devel/sparc-rtems-g77/Makefile
index 1a65b6fbecdb..581dc861bf7f 100644
--- a/devel/sparc-rtems-g77/Makefile
+++ b/devel/sparc-rtems-g77/Makefile
@@ -11,5 +11,5 @@ MAINTAINER= jeh@FreeBSD.org
LCLTARGET= sparc-rtems
-.include "${.CURDIR}/../i386-rtems-g77/Makefile"
-MASTERDIR= ${MASTERDIR}/i386-rtems-g77
+MASTERDIR= ${.CURDIR}/../i386-rtems-g77
+.include "${MASTERDIR}/Makefile"