* Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful.
This commit is contained in:
		
							parent
							
								
									3ce7a5af5a
								
							
						
					
					
						commit
						fb84fe4cbb
					
				|  | @ -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 | ||||
|  |  | |||
|  | @ -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 \ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue