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:
Chris Sutcliffe 2008-09-24 00:59:03 +00:00
parent 4fb7bbb985
commit 85f457567b
2 changed files with 5 additions and 1 deletions

View File

@ -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].

View File

@ -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)