From: Stefano Lattarini Date: Mon, 6 Aug 2012 08:04:56 +0000 (+0200) Subject: elisp: prefer pattern rules to suffix rules X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7dcff829917ab8eccd91de3a84d44b7267cf5b0;p=thirdparty%2Fautomake.git 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 --- 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