From 27a9377d4235462ba61e51fdb1239b61133b5aee Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 5 May 2019 00:27:19 +0200 Subject: [PATCH] * 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 ec20a427ba5..bf5ba101bd4 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) \ -- 2.39.2