aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"