emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 98e107f: Add missing dependency to test module sour


From: Philipp Stephani
Subject: [Emacs-diffs] master 98e107f: Add missing dependency to test module source file
Date: Mon, 5 Jun 2017 04:05:25 -0400 (EDT)

branch: master
commit 98e107ff0ca39027420a2ea100037402d23a0ea0
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    Add missing dependency to test module source file
---
 test/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 4f12a8e..7b8c967 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -182,7 +182,7 @@ test_module_dir := $(srcdir)/data/emacs-module
 test_module_name := address@hidden@
 test_module := $(test_module_dir)/$(test_module_name)
 $(srcdir)/src/emacs-module-tests.log: $(test_module)
-$(test_module): $(srcdir)/../src/emacs-module.[ch]
+$(test_module): $(srcdir)/../src/emacs-module.[ch] 
$(test_module_dir)/mod-test.c
        $(MAKE) -C $(test_module_dir) $(test_module_name) address@hidden@
 endif
 



reply via email to

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