summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-08-26 14:03:20 +0200
committerAchim Gratz <Stromeko@Stromeko.DE>2012-08-26 19:29:45 +0200
commitfe599cfe8851e19c32a875724feb4ced4ed334fc (patch)
tree6cf1ec6678bf59837ca80c73e3af090a20501918
parent4b6b6f4799dad383e0bcf4568ac695ee31cb347d (diff)
downloadorg-mode-fe599cfe8851e19c32a875724feb4ced4ed334fc.tar.gz
Makefile: fix location of default.mk in org-fixup.el
* mk/org-fixup.el: Fix location of default.mk, now in mk/default.mk.
-rw-r--r--mk/org-fixup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/org-fixup.el b/mk/org-fixup.el
index c8aff50..fcf4753 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