diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-05-25 23:02:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-05-25 23:02:09 +0200 |
commit | a1a3bd5f1f9819fd8183a1c5c45c7c02952576da (patch) | |
tree | ff242616a1751c5f9b6f3f2336c15a64f5ed4932 /Makefile.am | |
parent | 49143297fcf4b2ca1172924f25137b08b0eecf58 (diff) | |
download | guix-a1a3bd5f1f9819fd8183a1c5c45c7c02952576da.tar guix-a1a3bd5f1f9819fd8183a1c5c45c7c02952576da.tar.gz |
maint: 'authenticate' depends on a couple of .go files.
* Makefile.am (authenticate): Add dependency on guix/{git,openpgp}.go.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3113e6b042..5b64386b53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |