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