From 43bec51823fa2616e6bec78d6fd24477779b0b78 Mon Sep 17 00:00:00 2001 From: ironhead Date: Wed, 24 Sep 2008 00:59:03 +0000 Subject: [PATCH] 2008-09-23 Chris Sutcliffe * Makefile.in: Don't include host_os as part of snapshot filename. --- winsup/mingw/ChangeLog | 4 ++++ winsup/mingw/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 1037598ea5..f8f668c222 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,7 @@ +2008-09-23 Chris Sutcliffe + + * Makefile.in: Don't include host_os as part of snapshot filename. + 2008-09-19 Keith Marshall Fix MinGW-Bug [2119504]. diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in index d8ba906030..1a46d59f30 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -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) -- 2.11.0