Cygwin: Add rule to testsuite Makefile to regenerate it when needed

This commit is contained in:
Jon Turney 2020-11-02 21:53:37 +00:00
parent a7cb126b14
commit 7b65f83c22
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 3 additions and 0 deletions

View File

@ -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