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