maint: 'authenticate' depends on a couple of .go files.
authorLudovic Courtès <ludo@gnu.org>
Mon, 25 May 2020 21:02:09 +0000 (23:02 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 25 May 2020 21:02:09 +0000 (23:02 +0200)
* Makefile.am (authenticate): Add dependency on guix/{git,openpgp}.go.

Makefile.am

index 3113e6b..5b64386 100644 (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                 \