diff options
| author | courant | 2001-04-25 14:37:11 +0000 |
|---|---|---|
| committer | courant | 2001-04-25 14:37:11 +0000 |
| commit | 7d5c59e5be0e2f1d8d1992234e6b1773971d19f3 (patch) | |
| tree | d823da1218e24525bb97726a07e46cbe6f0754cb /distrib | |
| parent | f3bfcde4e0c7fef0fb7ac248da602d6a69744d83 (diff) | |
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1722 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib')
| -rw-r--r-- | distrib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index c03bb75be7..f606c29c0c 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -70,7 +70,7 @@ tar-gz: @echo done @echo -n Building the tar.gz source package @tar cvf ${COQPACKAGE}.tar ${COQPACKAGE} - @gzip --best ${COQPACKAGE}.tar + @gzip --best --force ${COQPACKAGE}.tar @echo done @echo Checking release parameters ./check-list |
