Shell script used to strip dependencies out of .la files.
* gdk/Makefile.am gtk/Makefile.am sanitize-la.sh: Shell script
        used to strip dependencies out of .la files.
			
			
This commit is contained in:
		
							
								
								
									
										3
									
								
								sanitize-la.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										3
									
								
								sanitize-la.sh
									
									
									
									
									
										Executable file
									
								
							| @ -0,0 +1,3 @@ | |||||||
|  | #!/bin/sh | ||||||
|  |  | ||||||
|  | sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1 | ||||||
		Reference in New Issue
	
	Block a user
	 Owen Taylor
					Owen Taylor