 809a11fea0
			
		
	
	809a11fea0
	
	
	
		
			
			* gdk/Makefile.am gtk/Makefile.am sanitize-la.sh: Shell script
        used to strip dependencies out of .la files.
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			82 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			82 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1
 |