Add missing dependency to test module source file
This commit is contained in:
parent
646b74e50e
commit
98e107ff0c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue