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>
|
2010-08-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
|
* include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
|
||||||
|
|
|
@ -45,8 +45,8 @@ AR = @AR@
|
||||||
LD = @LD@
|
LD = @LD@
|
||||||
|
|
||||||
TAR = tar
|
TAR = tar
|
||||||
TARFLAGS = z
|
TARFLAGS = --lzma -
|
||||||
TARFILEEXT = .tar.gz
|
TARFILEEXT = .tar.lzma
|
||||||
|
|
||||||
FLAGS_TO_PASS = \
|
FLAGS_TO_PASS = \
|
||||||
AS="$(AS)" \
|
AS="$(AS)" \
|
||||||
|
@ -98,7 +98,7 @@ else
|
||||||
ifneq (,$(findstring cygwin, $(target_alias)))
|
ifneq (,$(findstring cygwin, $(target_alias)))
|
||||||
distdir=$(PACKAGE)-$(VERSION)-$(CYGRELEASE)
|
distdir=$(PACKAGE)-$(VERSION)-$(CYGRELEASE)
|
||||||
else
|
else
|
||||||
distdir=$(PACKAGE)-$(VERSION)-$(host_os)
|
distdir=$(PACKAGE)-$(VERSION)-$(CYGRELEASE)-$(host_os)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue