mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Fix make libainstall. (GH-25980)
Initial patch by Benno Leslie.
(cherry picked from commit 80d250d68c)
Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
			
			
This commit is contained in:
		
							parent
							
								
									bf309d74a5
								
							
						
					
					
						commit
						a25c46bd7d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1644,7 +1644,7 @@ LIBPL=		@LIBPL@
 | 
			
		|||
LIBPC=		$(LIBDIR)/pkgconfig
 | 
			
		||||
 | 
			
		||||
libainstall:	@DEF_MAKE_RULE@ python-config
 | 
			
		||||
	@for i in $(LIBDIR) $(LIBPL) $(LIBPC); \
 | 
			
		||||
	@for i in $(LIBDIR) $(LIBPL) $(LIBPC) $(BINDIR); \
 | 
			
		||||
	do \
 | 
			
		||||
		if test ! -d $(DESTDIR)$$i; then \
 | 
			
		||||
			echo "Creating directory $$i"; \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue