summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2017-06-05 10:04:20 +0200
committerPhilipp Stephani <phst@google.com>2017-06-05 10:05:17 +0200
commit98e107ff0ca39027420a2ea100037402d23a0ea0 (patch)
tree83a7087a39ce9a79dbcddb2fb8ca4d675f90550d /test/Makefile.in
parent646b74e50ef998c687794876ddc0f16766a5f57c (diff)
downloademacs-98e107ff0ca39027420a2ea100037402d23a0ea0.tar.gz
Add missing dependency to test module source file
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 4f12a8ea48c..7b8c967128f 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -182,7 +182,7 @@ test_module_dir := $(srcdir)/data/emacs-module
test_module_name := mod-test@MODULES_SUFFIX@
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) SO=@MODULES_SUFFIX@
endif