branch: master commit 0da442d9c63a9d25de9f43831ab1691d77ef3b81 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Put tar'd files at the end to fix build in some environments. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 8edb2f8..e9dd3db 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -153,8 +153,8 @@ included_els := $(shell \ prev=$$(pwd); \ cd $$pt; \ if [ -f .elpaignore ]; then \ - tar -ch *.el --no-recursion \ - --exclude-vcs -X .elpaignore \ + tar -ch --no-recursion \ + --exclude-vcs -X .elpaignore *.el \ | tar --list; \ else \ ls -1 *.el; \