From fe599cfe8851e19c32a875724feb4ced4ed334fc Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sun, 26 Aug 2012 14:03:20 +0200 Subject: [PATCH] Makefile: fix location of default.mk in org-fixup.el * mk/org-fixup.el: Fix location of default.mk, now in mk/default.mk. --- mk/org-fixup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/org-fixup.el b/mk/org-fixup.el index c8aff502a..fcf475322 100644 --- a/mk/org-fixup.el +++ b/mk/org-fixup.el @@ -114,7 +114,7 @@ Convenience function for easier invocation from command line." (defun org-make-local-mk () "Internal function for the build system." - (let ((default "default.mk") + (let ((default "mk/default.mk") (local "local.mk")) (unwind-protect (with-temp-buffer