Cygwin: Add rule to testsuite Makefile to regenerate it when needed
This commit is contained in:
parent
a7cb126b14
commit
7b65f83c22
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue