]> git.eshelyaron.com Git - emacs.git/commitdiff
(.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
authorGlenn Morris <rgm@gnu.org>
Sun, 22 Jun 2008 02:29:32 +0000 (02:29 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 22 Jun 2008 02:29:32 +0000 (02:29 +0000)
src/ChangeLog
src/Makefile.in

index 7f5f9f488ab8dd5ecc91560468cc1c5c9f2cac78..52b7bf078f4d2f6cd9aa322fc62e29d0058972ab 100644 (file)
@@ -1,6 +1,7 @@
 2008-06-22  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
+       (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
 
 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index d4beca76ae63cc63a8067c2f08525aea237faa1a..8c85c2c4414f9216c5cb631d71332a284fb33ebe 100644 (file)
@@ -1334,6 +1334,8 @@ tags: TAGS TAGS-LISP $(lwlibdir)TAGS
 
 /* These suffix rules do not allow additional dependencies, sadly, so
    adding a bootstrap-emacs%{EXEEXT} dependency does not work --Stef */
+.SUFFIXES: .elc .el
+
 .el.elc:
        @cd ../lisp; $(MAKE) $(MFLAGS) compile-onefile \
                            THEFILE=$< EMACS=../src/bootstrap-emacs${EXEEXT}