--- winsup/testsuite/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index 1b0d0de59..0e7f6ff1e 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -165,3 +165,6 @@ cygrun.o: cygrun.c cygrun.exe : cygrun.o ${MINGW_FE} $(CC) ${MINGW_LDFLAGS} -o $@ $< + +Makefile: Makefile.in $(srcdir)/configure config.status + $(SHELL) config.status -- 2.29.0
- [PATCH 09/11] Check exit code of a test, rath... Jon Turney
- [PATCH 07/11] Detect and use MinGW compilers ... Jon Turney
- [PATCH 11/11] Ensure temporary directory used... Jon Turney
- Re: [PATCH 11/11] Ensure temporary direc... Ken Brown via Cygwin-patches
- Re: [PATCH 11/11] Ensure temporary d... Jon Turney
- Re: [PATCH 11/11] Ensure tempora... Ken Brown via Cygwin-patches
- Re: [PATCH 11/11] Ensure tem... Brian Inglis
- Re: [PATCH 11/11] Ensure tem... Jon Turney
- Re: [PATCH 11/11] Ensur... Ken Brown via Cygwin-patches
- Re: [PATCH 11/11] E... Jon Turney
- [PATCH 03/11] Add rule to testsuite Makefile ... Jon Turney
- [PATCH 04/11] Avoid 'Makefile.in seems to ign... Jon Turney
- [PATCH 05/11] Move adding libltp to VPATH aft... Jon Turney
- [PATCH 10/11] Set PATH for tests to pick up c... Jon Turney
- [PATCH 08/11] Use absolute path to libltp inc... Jon Turney
- [PATCH 06/11] Define target_builddir autoconf... Jon Turney
- Re: [PATCH 00/11] testsuite refurbishment Corinna Vinschen