aboutsummaryrefslogtreecommitdiff
path: root/devel/mips-rtems-g77/Makefile
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 /devel/mips-rtems-g77/Makefile
parentad6ab3daa5292aaf0d3c8812f85d3cfd7b095b94 (diff)
downloadports-b3360571c77088649d782214604e3c4f74fab456.tar.gz
ports-b3360571c77088649d782214604e3c4f74fab456.zip
fix "Variable MASTERDIR is recursive"
Notes
Notes: svn path=/head/; revision=94155
Diffstat (limited to 'devel/mips-rtems-g77/Makefile')
-rw-r--r--devel/mips-rtems-g77/Makefile4
1 files changed, 2 insertions, 2 deletions
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"