]> git.eshelyaron.com Git - emacs.git/commitdiff
(.SUFFIXES): New target, include .elc .el.
authorAndrew Innes <andrewi@gnu.org>
Fri, 24 Nov 2000 16:26:56 +0000 (16:26 +0000)
committerAndrew Innes <andrewi@gnu.org>
Fri, 24 Nov 2000 16:26:56 +0000 (16:26 +0000)
leim/ChangeLog
leim/makefile.nt
leim/makefile.w32-in

index 941640cd9fcb82e2b4cd3e8888fdaafaee23ff8e..dff25ca58bd4a1a44ff69d10fcb8f25afe88b291 100644 (file)
@@ -1,3 +1,9 @@
+2000-11-24  Andrew Innes  <andrewi@gnu.org>
+
+       * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
+
+       * makefile.nt (.SUFFIXES): New target, include .elc .el.
+
 2000-11-21  Kenichi Handa  <handa@etl.go.jp>
 
        * Makefile.in (.SUFFIXES): New target, include .elc .el.
index 9d3a1e46637543749124aed5faa540266867a4b4..39195ff1e5599c97c27efb79ec479fe7bc4506d8 100644 (file)
@@ -146,6 +146,8 @@ $(TIT): $(SUBDIRS)
        $(RUN_EMACS)  -l $(buildlisppath)/international/quail \
            -f batch-byte-compile $(TIT)
 
+.SUFFIXES: .elc .el
+
 .el.elc:
        set EMACSLOADPATH=$(buildlisppath)
        $(RUN_EMACS) -f batch-byte-compile $<
index 2cdf38f07402b0f5eacdf41866c26cbca9bb427a..3b621924364c7180557ca763b6cf9df1d1523edb 100644 (file)
@@ -141,6 +141,8 @@ $(TIT):     $(SUBDIRS)
        $(SETLOADPATH) $(RUN_EMACS)  -l $(buildlisppath)/international/quail \\r
            -f batch-byte-compile $(TIT:.elc=.el)\r
 \r
+.SUFFIXES: .elc .el\r
+\r
 .el.elc:\r
        set EMACSLOADPATH=$(buildlisppath)\r
        $(SETLOADPATH) $(RUN_EMACS) -f batch-byte-compile $<\r