summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e14725dc6..d7ea23f2a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 27 07:35:00 2001 Robert Collins <rbtcollins@hotmail.com>
+
+ * Makefile.in: Only stamp winver_stamp on success.
+
Wed Sep 26 16:02:35 2001 Christopher Faylor <cgf@cygnus.com>
* select.cc (peek_pipe): REALLY only grab mutex when we actually got
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 23012c75d..7629241cb 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -210,8 +210,8 @@ 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) && \
- touch $@ && \
- $(COMPILE_CXX) -o version.o version.cc
+ $(COMPILE_CXX) -o version.o version.cc && \
+ touch $@
cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \
$(w32api_lib)/libshell32.a $(w32api_lib)/libkernel32.a