OSDN Git Service

2008-09-23 Chris Sutcliffe <ir0nh34d@users.sf.net>
authorironhead <ironhead>
Wed, 24 Sep 2008 00:59:03 +0000 (00:59 +0000)
committerironhead <ironhead>
Wed, 24 Sep 2008 00:59:03 +0000 (00:59 +0000)
        * Makefile.in: Don't include host_os as part of snapshot filename.

winsup/mingw/ChangeLog
winsup/mingw/Makefile.in

index 1037598..f8f668c 100644 (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].
index d8ba906..1a46d59 100644 (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)