diff --git a/lisp/cli/make.el b/lisp/cli/make.el index 1cec28a3d..8af092249 100644 --- a/lisp/cli/make.el +++ b/lisp/cli/make.el @@ -30,7 +30,7 @@ (unless (equal output "-") (expand-file-name target))) (name (file-relative-name (file-truename target) root)) - (rule (assoc name rc))) + (rule (cdr (assoc name rc)))) (if (null rule) (print! (warn "No known make rule for: %s" name)) (dolist (entry rule)