diff options
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ ifeq ($(MAKECMDGOALS), dist) - dist-files += $(shell git ls-files) + # Make sure we are in repo root with `--git-dir` + dist-files += $(shell git --git-dir=.git ls-files || find * -type f) endif dist-files += configure config.h.in nix.spec |