branch: elpa-admin
commit 82a2bda69d1e00e273c2cc187bdfc701a8db8b6e
Author: Jackson Ray Hamilton <[email protected]>
Commit: Jackson Ray Hamilton <[email protected]>
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; \