File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the file "license.terms" for information on usage and redistribution
13
13
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
14
14
#
15
- # RCS: @(#) $Id: Makefile.in,v 1.15 2005/07/07 22:33 :18 hobbs Exp $
15
+ # RCS: @(#) $Id: Makefile.in,v 1.16 2005/11/20 19:58 :18 hobbs Exp $
16
16
17
17
# ========================================================================
18
18
# Edit the following few lines when writing a new extension
@@ -293,7 +293,7 @@ VPATH = $(srcdir):$(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win:$(srcdir)/compa
293
293
# ========================================================================
294
294
295
295
# COMPRESS = tar cvf $(PKG_DIR).tar $(PKG_DIR); compress $(PKG_DIR).tar
296
- COMPRESS = tar zcvf $(PKG_DIR ) .tar.gz $(PKG_DIR )
296
+ COMPRESS = tar jcvf $(PKG_DIR ) .tar.bz2 $(PKG_DIR )
297
297
DIST_ROOT = /tmp/dist
298
298
DIST_DIR = $(DIST_ROOT ) /$(PKG_DIR )
299
299
You can’t perform that action at this time.
0 commit comments