Makefile: fix location of default.mk in org-fixup.el

* mk/org-fixup.el: Fix location of default.mk, now in mk/default.mk.
This commit is contained in:
Achim Gratz 2012-08-26 14:03:20 +02:00
parent 4b6b6f4799
commit fe599cfe88
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Convenience function for easier invocation from command line."
(defun org-make-local-mk () (defun org-make-local-mk ()
"Internal function for the build system." "Internal function for the build system."
(let ((default "default.mk") (let ((default "mk/default.mk")
(local "local.mk")) (local "local.mk"))
(unwind-protect (unwind-protect
(with-temp-buffer (with-temp-buffer