Makefile.am: build top directory first
This solves potential issues when tests run first and strace is rebuilt only after they have finished. As noted in [1], providing the current directory explicitly should help. [1] https://www.gnu.org/software/automake/manual/html_node/Subdirectories.html * Makefile.am (SUBDIRS): Prepend the current directory.
This commit is contained in:
parent
1b93f4032a
commit
7d56c3d808
@ -35,7 +35,7 @@ endif
|
||||
if HAVE_MX32_RUNTIME
|
||||
TESTS_MX32 = tests-mx32
|
||||
endif
|
||||
SUBDIRS = tests $(TESTS_M32) $(TESTS_MX32)
|
||||
SUBDIRS = . tests $(TESTS_M32) $(TESTS_MX32)
|
||||
|
||||
bin_PROGRAMS = strace
|
||||
man_MANS = strace.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user