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

commit 231ad6941f9ade7bde67d27929da5a776ebd9457
Author: Corinna Vinschen <[email protected]>
Date:   Sat Feb 2 11:13:17 2019 +0100

    Cygwin: Makefile.in: Fix another dependency problem in version info
    
    Signed-off-by: Corinna Vinschen <[email protected]>

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

Reply via email to