emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 27a9377: * test/Makefile.in (src/emacs-module-tests


From: Philipp Stephani
Subject: [Emacs-diffs] master 27a9377: * test/Makefile.in (src/emacs-module-tests.elc): Require test module
Date: Sat, 4 May 2019 18:49:30 -0400 (EDT)

branch: master
commit 27a9377d4235462ba61e51fdb1239b61133b5aee
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    * test/Makefile.in (src/emacs-module-tests.elc): Require test module
---
 test/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index ec20a42..bf5ba101 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -266,7 +266,7 @@ MODULE_CFLAGS = -I../src -I$(srcdir)/../lib \
   $(WARN_CFLAGS) $(WERROR_CFLAGS) $(CFLAGS)
 
 test_module = $(test_module_dir)/mod-test${SO}
-src/emacs-module-tests.log: $(test_module)
+src/emacs-module-tests.log src/emacs-module-tests.elc: $(test_module)
 $(test_module): $(test_module:${SO}=.c) ../src/emacs-module.h 
$(LIBEGNU_ARCHIVE)
        $(AM_V_at)${MKDIR_P} $(dir $@)
        $(AM_V_CCLD)$(CC) -shared $(CPPFLAGS) $(MODULE_CFLAGS) $(LDFLAGS) \



reply via email to

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