]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/Makefile.in (src/emacs-module-tests.elc): Require test module
authorPhilipp Stephani <phst@google.com>
Sat, 4 May 2019 22:27:19 +0000 (00:27 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 4 May 2019 22:27:19 +0000 (00:27 +0200)
test/Makefile.in

index ec20a427ba5d9427bb4cdce3bad9cae1d715912e..bf5ba101bd4b293af8b992522f3b4ee847b60503 100644 (file)
@@ -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) \