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:
Diffstat (limited to 'winsup/mingw/Makefile.in')
-rw-r--r--winsup/mingw/Makefile.in8
1 files changed, 4 insertions, 4 deletions
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)