From c3081906a05cdc3be698868c0529423c02a82398 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 26 Jan 2015 02:13:39 +0900 Subject: [PATCH] Fix depend of test targets --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3cca660..70f2148 100644 --- a/Makefile +++ b/Makefile @@ -228,7 +228,7 @@ setup-darwin-daemon: # emacs setup # ----------- -setup-emacs: emacs.el +setup-emacs: $(dotfiles_dir)/emacs.el $(emacs) -q --debug-init --batch --load $< -f my-auto-install-package @@ -338,7 +338,7 @@ test_els := test-el-emacs.el test-el: $(test_els) .PHONY: $(test_els) -$(test_els): test-el-%: % +$(test_els): test-el-%: $(dotfiles_dir)/% $(emacs) -Q -batch -f batch-byte-compile $< EMACS_EL_DRY_RUN=t $(emacs) -q --debug-init --batch \ --eval "(setq debug-on-error t)" --load $