diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-11-02 21:53:37 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2020-11-08 14:40:41 +0000 |
commit | 7b65f83c229b6dc49b1911da9c71d718bcd8e0e3 (patch) | |
tree | 8490a9f65c034bf2f980042052260bb453a950f4 | |
parent | a7cb126b147883510911bcda28f557351f70b45d (diff) | |
download | cygnal-7b65f83c229b6dc49b1911da9c71d718bcd8e0e3.tar.gz cygnal-7b65f83c229b6dc49b1911da9c71d718bcd8e0e3.tar.bz2 cygnal-7b65f83c229b6dc49b1911da9c71d718bcd8e0e3.zip |
Cygwin: Add rule to testsuite Makefile to regenerate it when needed
-rw-r--r-- | winsup/testsuite/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |