mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* common.mk (LIBRUBY_A): depends on main.o since r33774.
[ruby-core:41786] [Bug #5796] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									8f37f68c0d
								
							
						
					
					
						commit
						fb37a14aa2
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		|  | @ -1,3 +1,8 @@ | |||
| Mon Dec 26 17:01:14 2011  Nobuyoshi Nakada  <nobu@ruby-lang.org> | ||||
| 
 | ||||
| 	* common.mk (LIBRUBY_A): depends on main.o since r33774. | ||||
| 	  [ruby-core:41786] [Bug #5796] | ||||
| 
 | ||||
| Mon Dec 26 13:07:08 2011  NAKAMURA Usaku  <usa@ruby-lang.org> | ||||
| 
 | ||||
| 	* test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn't | ||||
|  |  | |||
|  | @ -207,7 +207,7 @@ wprogram: showflags $(WPROGRAM) | |||
| 
 | ||||
| $(PROGRAM): $(LIBRUBY) $(MAINOBJ) $(OBJS) $(EXTOBJS) $(SETUP) $(PREP) | ||||
| 
 | ||||
| $(LIBRUBY_A):	$(OBJS) $(DMYEXT) $(ARCHFILE) | ||||
| $(LIBRUBY_A):	$(OBJS) $(MAINOBJ) $(DMYEXT) $(ARCHFILE) | ||||
| 
 | ||||
| $(LIBRUBY_SO):	$(OBJS) $(DLDOBJS) $(LIBRUBY_A) $(PREP) $(LIBRUBY_SO_UPDATE) $(BUILTIN_ENCOBJS) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 nobu
						nobu