mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			419 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			419 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/sim/ppc/Makefile.in
 | |
| +++ b/sim/ppc/Makefile.in
 | |
| @@ -550,7 +550,7 @@ PACKAGE_SRC = @sim_pk_src@
 | |
|  PACKAGE_OBJ = @sim_pk_obj@
 | |
|  
 | |
|  
 | |
| -psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBS) $(LIBINTL_DEP)
 | |
| +psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBINTL_DEP)
 | |
|  	$(CC) $(CFLAGS) $(SIM_CFLAGS) $(LDFLAGS) -o psim$(EXEEXT) main.o $(TARGETLIB) $(BFD_LIB) $(LIBINTL) $(LIBIBERTY_LIB) $(LIBS)
 | |
|  
 | |
|  run: psim
 |