* Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful.

This commit is contained in:
Christopher Faylor 2000-06-21 00:47:06 +00:00
parent 3ce7a5af5a
commit fb84fe4cbb
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Tue Jun 20 20:46:28 2000 Christopher Faylor <cgf@cygnus.com>
* Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful.
Tue Jun 20 17:41:30 2000 Christopher Faylor <cgf@cygnus.com>
* mkvers.sh: Fix problem with handling of CVS tags causing .rc syntax

View File

@ -204,8 +204,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 $@; \
$(SHELL) ${word 1,$^} ${word 2,$^} ${word 3,$^} $(WINDRES) && \
touch $@ && \
$(COMPILE_CXX) -o version.o version.cc
cygrun.exe : cygrun.o $(LIB_NAME) $(w32api_lib)/libuser32.a \