Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2001-09-19 19:37:19 +0400
committerEarnie Boyd <earnie@users.sf.net>2001-09-19 19:37:19 +0400
commit18508302f9bf5706a1094190bfd4c7935fea58b0 (patch)
tree640bf4970d119dd24866ba76ebcb22b9b1c0c681 /winsup/mingw
parent5df2a48314f46b960b3a97be9493fe574a40fb4e (diff)
2001-09-19 Earnie Boyd <earnie@SF.net>
* Makefile.in: Remove the /usr from the install target. (VERSION): Increment. include/_mingw.h: Ditto.
Diffstat (limited to 'winsup/mingw')
-rw-r--r--winsup/mingw/ChangeLog6
-rw-r--r--winsup/mingw/Makefile.in8
-rw-r--r--winsup/mingw/include/_mingw.h4
3 files changed, 12 insertions, 6 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index fc122b755..1493b6fd3 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-19 Earnie Boyd <earnie@SF.net>
+
+ * Makefile.in: Remove the /usr from the install target.
+ (VERSION): Increment.
+ include/_mingw.h: Ditto.
+
2001-09-17 Earnie Boyd <earnie@SF.net>
* Makefile.in: Increment version.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 293be5f9f..57485f3c1 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -18,7 +18,7 @@
# This makefile requires GNU make.
PACKAGE = mingw-runtime
-VERSION = 1.1
+VERSION = 1.2
CYGRELEASE = 1
VPATH = @srcdir@
@@ -47,9 +47,9 @@ datadir = @datadir@
infodir = @infodir@
includedir = @includedir@
ifneq (,$(findstring cygwin,$(target_alias)))
-inst_bindir:=$(tooldir)/usr/bin
-inst_includedir:=$(tooldir)/usr/include/mingw
-inst_libdir:=$(tooldir)/usr/lib/mingw
+inst_bindir:=$(tooldir)/bin
+inst_includedir:=$(tooldir)/include/mingw
+inst_libdir:=$(tooldir)/lib/mingw
else
inst_bindir:=$(bindir)
inst_includedir:=$(includedir)
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 66090a8f4..b3ad039f6 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -60,9 +60,9 @@
# define __int64 long long
#endif /* __GNUC__ */
-#define __MINGW32_VERSION 1.1
+#define __MINGW32_VERSION 1.2
#define __MINGW32_MAJOR_VERSION 1
-#define __MINGW32_MINOR_VERSION 1
+#define __MINGW32_MINOR_VERSION 2
#endif /* __MINGW_H */