mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* common.mk (compile.$(OBJEXT)): add config.h to vm.c and
compile.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									0cd337b1f0
								
							
						
					
					
						commit
						aeec0f8445
					
				
					 2 changed files with 7 additions and 2 deletions
				
			
		|  | @ -1,3 +1,8 @@ | |||
| Fri Feb  2 18:36:40 2007  Yukihiro Matsumoto  <matz@ruby-lang.org> | ||||
| 
 | ||||
| 	* common.mk (compile.$(OBJEXT)): add config.h to vm.c and | ||||
| 	  compile.c. | ||||
| 
 | ||||
| Fri Feb  2 18:27:54 2007  Yukihiro Matsumoto  <matz@ruby-lang.org> | ||||
| 
 | ||||
| 	* eval.c: remove duplicated global variables rb_cProc and | ||||
|  |  | |||
|  | @ -511,11 +511,11 @@ version.$(OBJEXT): {$(VPATH)}version.c {$(VPATH)}ruby.h config.h \ | |||
|   {$(VPATH)}version.h | ||||
| 
 | ||||
| compile.$(OBJEXT): {$(VPATH)}compile.c {$(VPATH)}yarvcore.h \ | ||||
|         {$(VPATH)}compile.h {$(VPATH)}debug.h \
 | ||||
|         {$(VPATH)}compile.h {$(VPATH)}debug.h {$(VPATH)}ruby.h config.h \
 | ||||
|         insns.inc insns_info.inc optinsn.inc opt_sc.inc optunifs.inc vm_opts.h | ||||
| iseq.$(OBJEXT): {$(VPATH)}iseq.c {$(VPATH)}yarvcore.h {$(VPATH)}debug.h vm_opts.h | ||||
| vm.$(OBJEXT): {$(VPATH)}vm.c {$(VPATH)}vm.h {$(VPATH)}insnhelper.h \ | ||||
|         {$(VPATH)}yarvcore.h {$(VPATH)}debug.h \
 | ||||
|         {$(VPATH)}yarvcore.h {$(VPATH)}debug.h  {$(VPATH)}ruby.h config.h\
 | ||||
|         {$(VPATH)}vm_evalbody.ci {$(VPATH)}call_cfunc.ci \
 | ||||
|         insns.inc vm.inc vmtc.inc vm_macro.inc vm_opts.h {$(VPATH)}eval_intern.h | ||||
| vm_dump.$(OBJEXT): {$(VPATH)}yarvcore.h {$(VPATH)}vm.h | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 matz
						matz