emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 3b1bbc6 69/76: Fixed autoloads target in Makefile


From: Ian Dunn
Subject: [elpa] master 3b1bbc6 69/76: Fixed autoloads target in Makefile
Date: Thu, 23 Feb 2017 19:42:55 -0500 (EST)

branch: master
commit 3b1bbc692d968419539ac60bc4844ea11ce6ca17
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    Fixed autoloads target in Makefile
    
    * Makefile: Set lisp files as dependency of enwc-autoloads.el.
---
 lisp/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/lisp/Makefile b/lisp/Makefile
index 618ae33..a51a016 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -1,6 +1,6 @@
 # This is part of ENWC
 #
-#  Copyright (C) 2012 Ian Dunn.
+#  Copyright (C) 2012-2017 Ian Dunn.
 #
 #  This program is free software: you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -15,12 +15,9 @@
 #  You should have received a copy of the GNU General Public License
 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-
-
 EMACS=emacs --batch
 ALLSRC= enwc-backend.el enwc.el enwc-wicd.el enwc-nm.el
 ALLELC=$(wildcard *.elc)
-EXPER=enwc-cm.el enwc-wpa.el enwc-edit.el
 SOURCE=$(ALLSRC)
 TARGET=$(patsubst %.el,%.elc,$(SOURCE))
 
@@ -31,7 +28,7 @@ all: $(TARGET)
        -L "." \
        -f batch-byte-compile $<
 
-enwc-autoloads.el:
+enwc-autoloads.el: $(SOURCE)
        @$(EMACS) \
        --eval "(require 'package)" \
        --eval "(setq inhibit-message t)" \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]