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