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:
parent
6c43f249ac
commit
d27709722c
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue