Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2019-02-02 13:13:17 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-02-02 13:13:17 +0300
commit231ad6941f9ade7bde67d27929da5a776ebd9457 (patch)
tree706cc9cfa0744f95c2dde01e01089ef130a6e5f3
parentb5e1003722cb14235c4f166be72c09acdffc62ea (diff)
Cygwin: Makefile.in: Fix another dependency problem in version info
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 4dc849b4a..f94edb916 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