From e7dcff829917ab8eccd91de3a84d44b7267cf5b0 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 6 Aug 2012 10:04:56 +0200 Subject: [PATCH] elisp: prefer pattern rules to suffix rules * lib/am/lisp.am: Here, turning ... (.el.elc): ... this ... (%elc: %.el): ... into this. Signed-off-by: Stefano Lattarini --- lib/am/lisp.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/am/lisp.am b/lib/am/lisp.am index cb8f1839a..538a6ca44 100644 --- a/lib/am/lisp.am +++ b/lib/am/lisp.am @@ -22,7 +22,7 @@ endif %?INSTALL% ## Building. ## ## ---------- ## -.el.elc: +%.elc: %.el ## We add $(builddir) and $(srcdir) to load-path, so that any '.el' files ## that $< depends upon can be found (including generated ones). ## We prefer files from the build directory to those from the source -- 2.47.2