build: Build guix/scripts/download.go after guix/build/download.go.
* Makefile.am (guix/scripts/download.go): Add dependency on `guix/build/download.go'. Reported by Nikita Karetnikov <nikita@karetnikov.org>.
This commit is contained in:
		
							parent
							
								
									dc3f1809cf
								
							
						
					
					
						commit
						02d94dab8d
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -164,6 +164,9 @@ MODULES =					\ | ||||||
|   gnu/packages/zip.scm				\ |   gnu/packages/zip.scm				\ | ||||||
|   gnu/system/vm.scm |   gnu/system/vm.scm | ||||||
| 
 | 
 | ||||||
|  | # Because of the autoload hack in (guix build download), we must build it | ||||||
|  | # first to avoid errors on systems where (gnutls) is unavailable. | ||||||
|  | guix/scripts/download.go: guix/build/download.go | ||||||
| 
 | 
 | ||||||
| GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go | GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue