From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 9CF94385481D; Sun, 8 Nov 2020 15:21:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9CF94385481D Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jon TURNEY To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Add rule to testsuite Makefile to regenerate it when needed X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: a7cb126b147883510911bcda28f557351f70b45d X-Git-Newrev: 7b65f83c229b6dc49b1911da9c71d718bcd8e0e3 Message-Id: <20201108152113.9CF94385481D@sourceware.org> Date: Sun, 8 Nov 2020 15:21:13 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2020 15:21:13 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7b65f83c229b6dc49b1911da9c71d718bcd8e0e3 commit 7b65f83c229b6dc49b1911da9c71d718bcd8e0e3 Author: Jon Turney Date: Mon Nov 2 21:53:37 2020 +0000 Cygwin: Add rule to testsuite Makefile to regenerate it when needed Diff: --- 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