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:
authorRobert Collins <rbtcollins@hotmail.com>2001-09-29 13:35:31 +0400
committerRobert Collins <rbtcollins@hotmail.com>2001-09-29 13:35:31 +0400
commit3e71175438f70accbed25b8a43db23d7013dd378 (patch)
tree643977caf532a3c0a5e256318f9f352747d8d8c2 /winsup/cygwin/Makefile.in
parentaa9fb58f130bca9250a26c8c0e3df2c70063f32b (diff)
Merged changes from HEAD
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-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 edcf6de15..685aab7f4 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -216,7 +216,7 @@ version.cc winver.o: winver_stamp
winver_stamp: mkvers.sh include/cygwin/version.h winver.rc $(DLL_OFILES)
@echo "Making version.o and winver.o";\
$(SHELL) ${word 1,$^} ${word 2,$^} ${word 3,$^} $(WINDRES) && \
- $(CXX) -c -o version.o version.cc &&\
+ $(COMPILE_CXX) -o version.o version.cc && \
touch $@
cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \