2008-09-23 Chris Sutcliffe <ir0nh34d@users.sf.net>
* Makefile.in: Don't include host_os as part of snapshot filename.
This commit is contained in:
parent
4fb7bbb985
commit
85f457567b
|
@ -1,3 +1,7 @@
|
|||
2008-09-23 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
||||
|
||||
* Makefile.in: Don't include host_os as part of snapshot filename.
|
||||
|
||||
2008-09-19 Keith Marshall <keithmarshall@users.sourceforge.net>
|
||||
|
||||
Fix MinGW-Bug [2119504].
|
||||
|
|
|
@ -352,7 +352,7 @@ distclean: clean
|
|||
-rm -f Makefile
|
||||
|
||||
ifdef SNAPDATE
|
||||
distdir=$(PACKAGE)-$(VERSION)-$(SNAPDATE)-$(host_os)
|
||||
distdir=$(PACKAGE)-$(VERSION)-$(SNAPDATE)
|
||||
else
|
||||
ifneq (,$(findstring cygwin, $(target_alias)))
|
||||
distdir=$(PACKAGE)-$(VERSION)-$(CYGRELEASE)
|
||||
|
|
Loading…
Reference in New Issue