Bläddra i källkod

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

* mk/org-fixup.el: Fix location of default.mk, now in mk/default.mk.
Achim Gratz 12 år sedan
förälder
incheckning
fe599cfe88
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      mk/org-fixup.el

+ 1 - 1
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