mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Add missing dependency to test module source file
This commit is contained in:
parent
646b74e50e
commit
98e107ff0c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user