OSDN Git Service
(root)
/
android-x86
/
external-alsa-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f11213
)
Removed --bzip2 option for older tar call
author
Jaroslav Kysela
<perex@perex.cz>
Thu, 24 Oct 2002 11:44:44 +0000
(11:44 +0000)
committer
Jaroslav Kysela
<perex@perex.cz>
Thu, 24 Oct 2002 11:44:44 +0000
(11:44 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
263b55e
..
f2d6d87
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-11,7
+11,7
@@
dist-hook:
@if ! test -z "$(AMTAR)"; then \
$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
else \
- $(TAR) --create --verbose --
bzip2 --
file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
+ $(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
fi
doc-dummy: