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
path: root/winsup
diff options
context:
space:
mode:
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>2017-02-16 18:57:40 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-02-16 23:14:39 +0300
commit829aaa735283ba1d22275da8e9f1ce5d2321e5dc (patch)
tree4b869e90528b686487feaced1b6f0ca8432cb541 /winsup
parente046e4de145009ae6baf27f8e0553a666e6a8d3d (diff)
fix parallel build for version.cc and winver.o
Creating both version.cc and winver.o at once really should run once only.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index bffb24aa4..c8652b05d 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -747,10 +747,12 @@ libacl.a: ${LIB_NAME} sec_posixacl.o
${EXTRALIBS}: lib%.a: %.o
$(AR) cru $@ $?
-version.cc winver.o: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
+winver.o: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
@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
+
Makefile: ${srcdir}/Makefile.in
/bin/sh ./config.status