public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: Makefile.in: Fix another dependency problem in version info
@ 2019-02-02 10:13 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2019-02-02 10:13 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=231ad6941f9ade7bde67d27929da5a776ebd9457

commit 231ad6941f9ade7bde67d27929da5a776ebd9457
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Feb 2 11:13:17 2019 +0100

    Cygwin: Makefile.in: Fix another dependency problem in version info
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 4dc849b..f94edb9 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -770,7 +770,7 @@ winver.o: mkvers.sh include/cygwin/version.h winver.rc $(src_files)
 	@echo "Making version.cc and winver.o";\
 	/bin/sh ${word 1,$^} ${word 2,$^} ${word 3,$^} $(WINDRES) ${CFLAGS} $(addprefix -I,${CCWRAP_SYSTEM_HEADERS} ${CCWRAP_DIRAFTER_HEADERS})
 
-version.cc: winver.o
+version.o: winver.o
 
 Makefile: ${srcdir}/Makefile.in
 	/bin/sh ./config.status


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-02 10:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-02 10:13 [newlib-cygwin] Cygwin: Makefile.in: Fix another dependency problem in version info Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).