]> git.eshelyaron.com Git - emacs.git/commitdiff
Add missing dependency to test module source file
authorPhilipp Stephani <phst@google.com>
Mon, 5 Jun 2017 08:04:20 +0000 (10:04 +0200)
committerPhilipp Stephani <phst@google.com>
Mon, 5 Jun 2017 08:05:17 +0000 (10:05 +0200)
test/Makefile.in

index 4f12a8ea48c0d1c9a0b369a16d99d85bba82701d..7b8c967128f5e9799bdca3ac10705a54475eef21 100644 (file)
@@ -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