diff options
| author | James E. Housley <jeh@FreeBSD.org> | 2003-11-17 03:15:17 +0000 |
|---|---|---|
| committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-17 03:15:17 +0000 |
| commit | baad3bbbdc74e752064026a9f69405f282dd35a5 (patch) | |
| tree | 5440723b636cbd99df68301b38ddb27d711a43ac /devel/arm-rtems-gcc | |
| parent | Pathological is an enriched clone of game Logical. Features (diff) | |
Fix the usage of MASTERDIR in both the slave and master port as mentioned
in PR: 59254
Diffstat (limited to 'devel/arm-rtems-gcc')
| -rw-r--r-- | devel/arm-rtems-gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/arm-rtems-gcc/Makefile b/devel/arm-rtems-gcc/Makefile index 5f5b747bfd2d..91ba262921ee 100644 --- a/devel/arm-rtems-gcc/Makefile +++ b/devel/arm-rtems-gcc/Makefile @@ -11,4 +11,5 @@ MAINTAINER= jeh@FreeBSD.org RTEMS_ARCH= arm -.include "${.CURDIR}/../i386-rtems-gcc/Makefile" +MASTERDIR= ${.CURDIR}/../i386-rtems-gcc +.include "${MASTERDIR}/Makefile" |
