maint: 'authenticate' depends on a couple of .go files.

* Makefile.am (authenticate): Add dependency on guix/{git,openpgp}.go.
This commit is contained in:
Ludovic Courtès 2020-05-25 23:02:09 +02:00
parent 49143297fc
commit a1a3bd5f1f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ commit_v1_0_1 = d68de958b60426798ed62797ff7c96c327a672ac
# Authenticate the current Git checkout by checking signatures on every commit
# starting from $(commit_v1_0_1).
authenticate:
authenticate: guix/openpgp.go guix/git.go
$(AM_V_at)echo "Authenticating Git checkout..." ; \
"$(top_builddir)/pre-inst-env" $(GUILE) \
--no-auto-compile -e git-authenticate \