grub2: disable 'check-macro-version' build rule in 'po' build
This seems to occur when gettext-full is built on the host-side and the autoreconf stuff re-generates some of the build files, except for the po/Makefile.in.in Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
		 Alexandru Ardelean
					Alexandru Ardelean
				
			
				
					committed by
					
						 Felix Fietkau
						Felix Fietkau
					
				
			
			
				
	
			
			
			 Felix Fietkau
						Felix Fietkau
					
				
			
						parent
						
							2b54fa4dff
						
					
				
				
					commit
					77812cdfec
				
			| @@ -0,0 +1,13 @@ | ||||
| diff --git a/po/Makefile.in.in b/po/Makefile.in.in | ||||
| index 3619458..060e0db 100644 | ||||
| --- a/po/Makefile.in.in | ||||
| +++ b/po/Makefile.in.in | ||||
| @@ -97,7 +97,7 @@ CATALOGS = @CATALOGS@ | ||||
|  	mv t-$@ $@ | ||||
|   | ||||
|   | ||||
| -all: check-macro-version all-@USE_NLS@ | ||||
| +all: all-@USE_NLS@ | ||||
|   | ||||
|  all-yes: stamp-po | ||||
|  all-no: | ||||
		Reference in New Issue
	
	Block a user