* Use $(MAKE)' instead of make' for systems where `make' isn't GNU
				
					
				
			make (such as FreeBSD).
This commit is contained in:
		
							parent
							
								
									36fb29f8f0
								
							
						
					
					
						commit
						d8a31da1ea
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										8
									
								
								externals/Makefile.am
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								externals/Makefile.am
									
										
									
									
										vendored
									
									
								
							|  | @ -26,8 +26,8 @@ build-db: have-db | ||||||
| 	 ../dist/configure --prefix=$$pfx/inst-bdb \ | 	 ../dist/configure --prefix=$$pfx/inst-bdb \ | ||||||
| 	 --enable-cxx --disable-shared --disable-cryptography \ | 	 --enable-cxx --disable-shared --disable-cryptography \ | ||||||
|          --disable-replication --disable-verify && \ |          --disable-replication --disable-verify && \ | ||||||
| 	make && \ | 	$(MAKE) && \ | ||||||
| 	make install) | 	$(MAKE) install) | ||||||
| 	touch build-db | 	touch build-db | ||||||
| endif | endif | ||||||
| 
 | 
 | ||||||
|  | @ -57,8 +57,8 @@ build-aterm: have-aterm | ||||||
| 	(pfx=`pwd` && \ | 	(pfx=`pwd` && \ | ||||||
| 	cd $(ATERM) && \ | 	cd $(ATERM) && \ | ||||||
| 	CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm && \ | 	CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm && \ | ||||||
| 	make && \ | 	$(MAKE) && \ | ||||||
| 	make install) | 	$(MAKE) install) | ||||||
| 	touch build-aterm | 	touch build-aterm | ||||||
| endif | endif | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue