diff options
Diffstat (limited to 'editors/apel-emacs20')
-rw-r--r-- | editors/apel-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/apel-emacs20/Makefile b/editors/apel-emacs20/Makefile index 09aa043..339460a 100644 --- a/editors/apel-emacs20/Makefile +++ b/editors/apel-emacs20/Makefile @@ -16,4 +16,4 @@ MASTERDIR= ${.CURDIR}/../../editors/apel # emacs port setup EMACS_PORT_NAME= emacs20 -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" |