1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

guix: Fix build.

* Makefile.am (CODEOWNERS): Depend on scripts/guix .

Fixes: #470
Reported-by: Dtelsing
Change-Id: I6fd0676eb42842d4ef35e563c779fca7bd9f0a70
This commit is contained in:
Danny Milosavljevic 2025-06-10 13:45:28 +02:00
parent 8e95db160e
commit b513e310dc
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1322,7 +1322,7 @@ download-po:
.PHONY: download-po
# Regenerate 'CODEOWNERS' when 'teams.scm' is modified so we don't forget.
CODEOWNERS: etc/teams.scm
CODEOWNERS: etc/teams.scm scripts/guix
./etc/teams.scm codeowners > "$@.tmp"
mv "$@.tmp" "$@"