2010-08-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* Makefile.in: Update naming convention and compression format (lzma),
        leaving existing naming convention and compression format as is for Cygwin.
This commit is contained in:
Chris Sutcliffe 2010-08-27 21:11:29 +00:00
parent 6c43f249ac
commit d27709722c
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2010-08-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Makefile.in: Update naming convention and compression format (lzma),
leaving existing naming convention and compression format as is for Cygwin.
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,

View File

@ -45,8 +45,8 @@ AR = @AR@
LD = @LD@
TAR = tar
TARFLAGS = z
TARFILEEXT = .tar.gz
TARFLAGS = --lzma -
TARFILEEXT = .tar.lzma
FLAGS_TO_PASS = \
AS="$(AS)" \
@ -98,7 +98,7 @@ else
ifneq (,$(findstring cygwin, $(target_alias)))
distdir=$(PACKAGE)-$(VERSION)-$(CYGRELEASE)
else
distdir=$(PACKAGE)-$(VERSION)-$(host_os)
distdir=$(PACKAGE)-$(VERSION)-$(CYGRELEASE)-$(host_os)
endif
endif