summaryrefslogtreecommitdiff
path: root/devel/sh-rtems-g77
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/sh-rtems-g77
parent- Update to version 1.3.0.5 (diff)
fix "Variable MASTERDIR is recursive"
Diffstat (limited to 'devel/sh-rtems-g77')
-rw-r--r--devel/sh-rtems-g77/Makefile4
1 files changed, 2 insertions, 2 deletions
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"